We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2300fa commit 04568feCopy full SHA for 04568fe
auth/email/README.md
@@ -243,7 +243,7 @@ def get_accountinfo(token, email):void
243
244
json_data = json.dumps(my_data).encode()
245
headers = {"Content-Type": "application/json"}
246
- request = urllib.request.Request("https://www.googleapis.com/identitytoolkit/v3/relyingparty/getAccountInfo?key=+firebase_apikey, data=json_data, headers=headers)
+ request = urllib.request.Request("https://www.googleapis.com/identitytoolkit/v3/relyingparty/getAccountInfo?key="+firebase_apikey, data=json_data, headers=headers)
247
248
try:
249
loader = urllib.request.urlopen(request)
0 commit comments