skip to Main Content

I’m creating a flutter application and when i provide the data to the sign in with email and password functionality in firebase this error popup which is auth credential is firebase_auth/invalid-credentials The supplied auth credential is incorrect, malformed or has expired i searched alot but there is no solution for this problem.

2

Answers


  1. Chosen as BEST ANSWER

    I'm sorry everyone it turns out the problem was that i used signInWithEmailAndPassword but i did'nt create a user in the first place usin


  2. I used to get the same error when I tried to authenticate a user.
    Ensure your Firebase configuration matches the requirements of your project.

    Try going to the Firebase console -> Authentication -> email and password sign-in enabled.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search