skip to Main Content

I have this error

Could not sign in as [email protected] to your Firebase project. Make sure "Email Sign-In" is turned on for your Firebase project, and try again.

I checked authentication and have [email protected] in, but when I try to connect to the database with FlutterFlow, it shows me that error.

2

Answers


  1. This situation has been driving me up the wall for about 5 days, unfortunately, I couldn’t find the answer after scouring the web for days!

    It turns out you have to turn on authentication under Build in Firebase. Then enable email/password under the sign-in method tab!

    Login or Signup to reply.
  2. Clicking in flutterflow (settings/firebase/"regenerate config files") resolved my issue. Everything else is done automatically other then enabling authentication of email/password signin in firebase.

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