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 get pyrebase authentication error 400: bad request for url:https://www.googleapis.com/identitytoolkit/v3/relyingparty/signupNewUser?key=AIzaSyBBkunvEMcyeoGyDNo3bCCIDUFJR2377-w
#424
Open
sid00100 opened this issue
Aug 10, 2022
· 1 comment
Make sure these boxes are checked before submitting your issue:
[x] Check that your version of Python is 3.4+
[x] Check that you are on the newest version of Pyrebase
[x] Check that Email/password provider is enabled in your Firebase dashboard under Auth -> Sign In Method.
Please don't be discouraged if you do not get a response to your issue quickly,
I maintain Pyrebase for fun and don't always have as much free time as I'd like.
The text was updated successfully, but these errors were encountered:
sid00100
changed the title
I get pyrebase authentication gives error 400: bad request for url:https://www.googleapis.com/identitytoolkit/v3/relyingparty/signupNewUser?key=AIzaSyBBkunvEMcyeoGyDNo3bCCIDUFJR2377-w
I get pyrebase authentication error 400: bad request for url:https://www.googleapis.com/identitytoolkit/v3/relyingparty/signupNewUser?key=AIzaSyBBkunvEMcyeoGyDNo3bCCIDUFJR2377-w
Aug 10, 2022
Hi there, I believe the usage of the form is incorrect and you are sending invalid data to auth.create_user_with_email_and_password() method. Try the following code to check the data you're sending into this method, which will print the data in the terminal.
If you find it helpful, please consider using firebase-rest-api available in PyPI, which I recently started maintaining and adding new features as pyrebase isn't maintained anymore.
Make sure these boxes are checked before submitting your issue:
[x] Check that your version of Python is 3.4+
[x] Check that you are on the newest version of Pyrebase
[x] Check that Email/password provider is enabled in your Firebase dashboard under Auth -> Sign In Method.
Please don't be discouraged if you do not get a response to your issue quickly,
I maintain Pyrebase for fun and don't always have as much free time as I'd like.
Thank you for helping make Pyrebase better!
below is my route code
below is the exact error that i am receiving
The text was updated successfully, but these errors were encountered: