Verify Email method
The Verify email
method is used to verify a user's email address in your Firebase app. It requires an OOB Code
that is obtained by first sending a verification email to the user.
To make a request to verify an email, 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
Verify email
. - Provide the
OOB Code
received from the Send verification email, usually through the page query parameters.