Open
Description
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
- Android device: Xiaomi 12T
- Android OS version: Android 13
- Google Play Services version: 23.42.12
- FirebaseUI version: 8.0.2
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:
- Make a new Firebase project
- Make an android app using the firebase default login ui
- Try to sign in with an email
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