0
votes

I'm currently building an app for android using firebase and I faced a problem.

I forced to make a strong password when a user creates its account, however, if the user wants to reset the password the Firebase will send him the link which redirects him to this page: firebase reset password page On this page the user can create a new password, and, he can basically type 123456 and it will work.

My question is- Can I make a validation for this input in firebase?

Thanks in advance!

1

1 Answers

0
votes

Basically it is not possible to validate it through firebase. So what I did is implemented my own reset password page with the help of firebase dynamic links