How to createUser using Firebase REST API?

前端 未结 2 1994
野趣味
野趣味 2020-12-18 12:28

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

2条回答
  •  春和景丽
    2020-12-18 12:52

    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

    :)

提交回复
热议问题