ozgur/python-firebase

Un Authorized Because Token Generator

Opened this issue · 2 comments

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?

I have your same mistake, you managed to solve the problem?