I want to reset the forgot password inside app using flutter. I have email verification screen then I use to get an otp that verifies the email after email verification I want to move to new password screen which takes new password as input and resets the password.
How to achive this using firebase flutter?
2
Answers
Check this. you will get password reset email to the email address that is sent to firebase
firebase_exceptions.dart
reset_password.dart
What you’re describing doesn’t sound like resetting a password, but rather just setting their password. If that’s indeed the case, have a look at the documentation on setting the password for the user.
If you really want to reset the user’s password, have a look at the documentation on sending a password reset email. Note that there are very few options to customize this flow though