You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On September 15, 2023 email enumeration protection was enabled by default for all new Firebase projects created after that date to boost security. When this setting is enabled, it limits the ability to check for what existing sign in methods exist for an email address through the fetchSignInMethodsForEmail.
If you do need access to fetchSignInMethodsForEmail, the only workaround is to disable email enumeration protection on your Firebase project's underlying Cloud project. Disabling email enumeration protection will lower the security of your project.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
On September 15, 2023 email enumeration protection was enabled by default for all new Firebase projects created after that date to boost security. When this setting is enabled, it limits the ability to check for what existing sign in methods exist for an email address through the fetchSignInMethodsForEmail.
If you do need access to fetchSignInMethodsForEmail, the only workaround is to disable email enumeration protection on your Firebase project's underlying Cloud project. Disabling email enumeration protection will lower the security of your project.
We will be deprecating:
UniversalEmailSignInScreen
UniversalEmailSignInProvider
UniversalEmailSignInController
DifferentSignInMethodsFound
auth stateAuthProvider#findProvidersForEmail
AuthListener#onBeforeProvidersForEmailFetch
AuthListener#onDifferentProvidersFound
Beta Was this translation helpful? Give feedback.
All reactions