Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 iOS 和 Android 的 Firebase 上检索最近的电子邮件帐户列表?
获取 UID/电子邮件并将其存储到我的实时数据库节点是否正确?任何有助于实现这一目标的想法?
我知道您可以从身份验证部分的 Firebase 仪表板查看和导出您的用户列表(导出后,您可以使用 Excel 按加入日期排序)。
如果您希望通过代码来实现,我建议在用户注册您的应用程序时存储电子邮件和时间戳。然后使用所有电子邮件查询节点并按时间戳排序。