We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ccdba commit c2300faCopy full SHA for c2300fa
auth/email/README.md
@@ -202,7 +202,7 @@ def verify_email(token, email):
202
my_data = dict()
203
my_data["email"] = email
204
my_data["idToken"] = token
205
- my_data["requestType"] = "EMAIL_VERIFY"
+ my_data["requestType"] = "VERIFY_EMAIL"
206
207
json_data = json.dumps(my_data).encode()
208
headers = {"Content-Type": "application/json"}
@@ -420,4 +420,4 @@ A successful response will look like the following JSON structure:
420
421
Once you have got the `access_token` you are ready to perform secure operations against the Firebase Database and Firebase Storage services.
422
423
-In this guide and examples, the `access_token` and `auth_token` represent the same value.
+In this guide and examples, the `access_token` and `auth_token` represent the same value.
0 commit comments