Getting firebase_auth/invalid-credential when attempting login #12100
Unanswered
NeoFahrenheit
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I followed this tutorial: https://www.youtube.com/watch?v=FkFvQ0SaT1I
I used the
flutterfire configure
to automatically generate afirebase_options.dart
to my project. I enable signed in with email and password in my Firebase project settings. I manually created a user in the Firebase console and logged in successfully one time. When I modified the UI a bit, I tried again and I started getting this error:I tried logging out with
Firebase.instance.signOut()
and reconfiguring the project.After several tries, I received the following message in the debug console:
It seems there is nothing wrong with auth configuration or credentials, as the Firebase was noticing my login attemps. I tried reseting the password to a super easy one. It did not work.
I also tested
FirebaseAuth.instance.createUserWithEmailAndPassword
and it worked fine too. Login stills giving me the problems described above.Why it was working one time and in the same day, a few minutes later, it stopped working?
Anyone has ideias?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions