I was following the Pyrebase tutorial and I got it up and running for one user account. I added another user account to the code and now I'm getting an error saying email address isn't found. The user account has been added to the Firebase User, and given the same access as the first account.
I've confirmed that the account has been added to Firebase with the correct email and password.
user = auth.sign_in_with_email_and_password("someEmailAddress@gmail.com", "Secret Password")
I'm expecting a return code of 0, stating it's connected successfully. However, I'm getting the error below:
raise HTTPError(e, request_object.text) requests.exceptions.HTTPError: [Errno 400 Client Error: Bad Request for url: https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyPassword?key=AIzaSyDgn6aURRvEDP-M738sy7oo0ubbNqqLXzY] { "error": { "code": 400, "message": "EMAIL_NOT_FOUND", "errors": [ { "message": "EMAIL_NOT_FOUND", "domain": "global", "reason": "invalid"