Confirm Password Reset
The Confirm password reset method is used to set a new password for a user existing in your Firebase app. It requires an OOB Code that is obtained by first sending a password reset email to the user.
To make a request to confirm a password reset, follow these steps:
- Open the request panel and click on the
+button to add a new request. - Fill in an appropriate name for the request and select the Firebase app to be used for the request. Then, under the method, choose
Confirm password reset. - Provide the new
Passwordand theOOB Codereceived from the Send password reset email, usually through the page query parameters.