You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have an error message raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url:
because the auth key using generated token, when i try hit the url with secret from firebase it work. how can i authenticate firebase without generated token?
The text was updated successfully, but these errors were encountered:
i have an error message
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url:
because the auth key using generated token, when i try hit the url with secret from firebase it work. how can i authenticate firebase without generated token?
The text was updated successfully, but these errors were encountered: