I'm trying to connect firebase to my project, but there is no button for authorization by email and password.
Asked
Active
Viewed 55 times
0

Frank van Puffelen
- 565,676
- 79
- 828
- 807

Oganes
- 25
- 3
-
1Have you tried enabling "Enable Email/Password sign-in"? – Chanpols Oct 09 '22 at 22:02
-
@Christian Paul Andaya Yes, I'm trying to turn it on. The firebase site has email and password authentication enabled. – Oganes Oct 10 '22 at 06:30
-
Choose Authenticate using a custom authentication system ! It's a new interface, it doesn't contain all the services. – Mokhtar Abdelhalim Oct 11 '22 at 10:56
1 Answers
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