-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FirebaseAuthUI issue keeps trying to sign me up instead of logging in when trying to use email on Android #2145
Comments
Facing the same issue! |
Same here. Also when disallowing new accounts ( |
same thing here |
This project is dead, I recommend users avoid it. If you want some advice from someone with experience (unless you have a large team and a lot of money): 1) create your own email sign-in for Android 2) don't use Google, Facebook etc for logging in because they will just break on this or that platform and cause you headaches and time. |
Step 1: Are you in the right place?
Asking here since this problem is almost certainly related to a security feature of firebase auth that should not be disabled and it should be solved here instead
Step 2: Describe your environment
Step 3: Describe the problem:
When I write my email and click next it goes to the sign up window instead of asking my password, and if I fill the form and press save it says there's an error with my email address (because it already is in the DB) preventing a signed up user from signing in
Steps to reproduce:
Observed Results:
When disabling email enumeration protection from google cloud console it works
Relevant Code:
Original question on stackoverflow with workaround provided by Frank van Puffelen in comments
The text was updated successfully, but these errors were encountered: