[Solved] Firebase Authentication problem

Has anyone encountered a problem where you can create new accounts in Firebase using an email and password, but when trying to login with the same email and password, you get an error that says “The password is invalid or the user does not have a password”?

I am not sure if I am supposed to add rules to the database, or am missing something here. I have included a screenshot of what happens when a user clicks on either “Register” or “Login”.

Read your own events for a second here, the problem is pretty obvious.

1 Like

Man I feel silly now haha. I had the email string twice when creating account!

1 Like