1
Hello, After implementing the Login method for my application and trying to log in, an error appears: "You must include credentials to use this auth method". I’ve looked in several places, but I haven’t had any answers to solve my problem!
I don’t understand why he is not recognizing my credentials, because I have my firebase configured:
Login method E-mail/Password - Enabled
Authentication users - Exists
There’s something wrong I couldn’t see?
From now on, thank you!
Check if credentials are being passed correctly and getting to the authentication method?
– Marcelo de Andrade
Yes, I even put to submit a log to know if the credentials are being captured and the same way the error continues.
– Caio Torres