且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何以编程方式获取 Firebase 中的注册用户列表

更新时间:2022-12-30 22:06:30

你不能

解释在这里如果我使用 Firebase 简单用户名,我如何返回用户列表 &密码认证

您可以将用户的 uid 设置为数据库中的 users 节点,我使用该节点来存储其他用户的信息.那么就可以得到该节点下的子节点数.

You can instead set the user's uid to users node in your database, I use that node to store other user's information. then you can get the number of childs under that node.