0

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

enter image description here

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Oganes
  • 25
  • 3

1 Answers1

0

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.

Chanpols
  • 1,184
  • 1
  • 3
  • 13