Learning
Learning

Reputation: 13

Firebase creating user from the Firebase console?

I'm new to Firebase. actually, I'm developing an Android app where the admin creates a username and password for the user from the server and whereas the user(from application logins with the same username and password created by the admin), is that possible if yes please tell me how to do it?

Upvotes: 1

Views: 1184

Answers (1)

gbaccetta
gbaccetta

Reputation: 4577

If you are using login system trough mail + password. You can add users manually here: Firebese Console: user management page - screenshot

Upvotes: 4

Related Questions