Why do I get the same sign-in error in Flutter Firebase auth? #11645
Unanswered
Ahmad-alnahal
asked this question in
Q&A
Replies: 1 comment
-
I have same error, too :( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
since there is no function that checks if a user exists in the Firebase auth email and password I used the sign-in function as the Firebase docs say, and I entered an existing email with a false password and the on FirebaseAuthException catch 'INVALID_LOGIN_CREDENTIALS', then I entered not exist email and password and the on FirebaseAuthException catch returned the same error 'INVALID_LOGIN_CREDENTIALS'
is there any solution or other ideas to help me :(
this is my code :
what log returned :
Beta Was this translation helpful? Give feedback.
All reactions