Open AlifAbhiesa opened 5 years ago
I have your same mistake, you managed to solve the problem?
I had the same problem and posted this question and my solution here: https://stackoverflow.com/questions/57530684/firebase-database-401-for-all-get-and-post-requests-using-auth-version-2/57530708#57530708
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?