Reputation: 33
As you can see from the photo above, I don't see the email and password authentication option. It is missing in my Firebase tool. I am trying to create a login and log out activity sample app and I wanted to use the email and password authentication option, but it is not here at all. Anyone knows where can I find it/ enable it?
Upvotes: 1
Views: 3798
Reputation: 11
you can easily choose authenticate using a custom authentification system (the third option)
Upvotes: 1
Reputation: 153
You have to go to your Firebase console and follow this steps i have marked on the next screenshots
Click on Authentication, then on Sign-in method
Then on the email/password line you have to click on the icon with a pencil and activate the switch i marked on next photo
Upvotes: 0
Reputation: 163
These are only shortcuts and not showing all authentication options Just connect your project with firebase and add dependencies from this toolbar and enable Email authentication from the firebase console in your browser.
Upvotes: 0