Search code examples
firebasefirebase-authenticationfirebase-console

Firebase Console Authentication Add New User Button Not Displayed


I am using Firebase Authentication. In the console, under my project, I choose Authentication -> Users and the Users Table is shown. However, the Add New User button is not available. Its simply not there. I cannot add a new user manually.

Any idea why that might be?

Email/Password and Google Login are enabled.

Thank you.


Solution

  • under "sign-in methods" (the next tab)... you'll have to enable the "Email / Password" sign-in provider, otherwise one obviously cannot add users manually. enter image description here