FirebaseUI-Android icon indicating copy to clipboard operation
FirebaseUI-Android copied to clipboard

Email Authentication - No check if new/existing email address

Open JoniGoos opened this issue 9 months ago • 2 comments

When selecting Email Authentication is new version 9.0.0, there is a sign-up and sign-in button.

Bugs:

  • It is possible to select sign-up after entering an existing email address
  • It is possible to select sign-in after entering a non-existing email address.

JoniGoos avatar Mar 18 '25 10:03 JoniGoos

@JoniGoos Thanks for reporting. Due to the new Email enumeration protection we no longer have a way to check whether an email address exists or not. So we decided to show both buttons in the UI.

Although we could probably show a button to kick off the sign up flow, for a better user experience. For example:

Image

thatfiredev avatar Mar 18 '25 11:03 thatfiredev