How to createUser using Firebase REST API?

前端 未结 2 1992
野趣味
野趣味 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:49

    It is currently not possible to create a user through the Firebase REST API.

    Related:

    • firebase PHP: create user
    • Create a Firebase using the REST API
    0 讨论(0)
  • 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

    :)

    0 讨论(0)
提交回复
热议问题