1

I have a firebase project, in which I have enabled Email/Password Auth.

I created a user account in project and when I tried to login with android app, auth fails with this error :

FirebaseAuthInvalidUserException: There is no user record corresponding to this identifier. The user may have been deleted.

But am able to connect and display data from database as I have applied rule read : true . Still I need to make the auth works.

User is active, I have option to disable and delete the user.

Any idea why am getting this error?

1 Answer 1

2

According to the docs :

FirebaseAuthInvalidUserException thrown if the user account corresponding to email does not exist or has been disabled.

So check the email you enter in the email field.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.