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
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
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.