Reinhardt
Reinhardt

Reputation: 33

Missing Email and Password Authentication in Android Studio's Firebase tool

enter image description here

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

Answers (3)

Ayoub Izourane
Ayoub Izourane

Reputation: 11

you can easily choose authenticate using a custom authentification system (the third option)

Upvotes: 1

Adrixb
Adrixb

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

enter image description here

Upvotes: 0

Akshay Rajput
Akshay Rajput

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

Related Questions