In the front end Javascript library, you can call createUser
to create a user and have it under \"Registered Users\" under Login & Auth in the dashboard. I
It is currently not possible to create a user through the Firebase REST API.
Related:
If someone looking for this and wanted to create user to Authenticate with PHP. You can read this: http://firebase-php.readthedocs.io/en/latest/user-management.html#create-a-user-with-email-and-password
:)