本文介绍了从Firebase身份验证中检索用户列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何从Firebase身份验证中检索用户列表?我可以得到当前"用户,仅此而已.还是我必须先将用户添加到数据库并从那里获取列表?
How can I retrieve the list of users from Firebase Authentication? I can get the 'current' user but that's it. Or do I have to add users to database first and get the list from there?
推荐答案
无法从Firebase身份验证中检索用户列表.
It's not possible to retrieve a list of users from Firebase Authentication.
解释在
唯一的方法是在用户注册后将用户保存到数据库中.
The only way to do that is to save the user to the database once they are registered.
这篇关于从Firebase身份验证中检索用户列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!