本文介绍了如何使用Firebase REST API创建用户?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在前端JavaScript库中,您可以调用 createUser
来创建一个用户,并在Login&在仪表板中进行身份验证。我想在我的后端使用.Net,以便它可以记录一个新的用户。那么我该怎么做呢?
解决方案
目前无法通过Firebase REST API创建用户。 >
相关:
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 would like to do the same in my backend using .Net so that it can record a new user. So how can I do that?
解决方案
It is currently not possible to create a user through the Firebase REST API.
Related:
这篇关于如何使用Firebase REST API创建用户?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!