Firebase email and password authorization

61 Views Asked by At

I'm trying to connect firebase to my project, but there is no button for authorization by email and password.

enter image description here

1

There are 1 best solutions below

0
Chanpols On

You may want to check this Authenticate with Firebase on Android Using a Custom Authentication System.

After a user signs in for the first time, a new user account is created and linked to the credentials—that is, the user name and password, phone number, or auth provider information—the user signed in with. This new account is stored as part of your Firebase project, and can be used to identify a user across every app in your project, regardless of how the user signs in.