【发布时间】:2022-01-11 03:46:40
【问题描述】:
我想知道如何使用 Firebase 进行用户管理。我已经使用 firebase auth 完成了身份验证过程的实施,但它是否以在 Firestore 中额外存储用户信息以执行用户搜索功能的方式开发?不知道普通用户是否可以使用Firebase auth SDK的用户搜索功能。
另外,我很好奇当前使用 Firebase 在客户端的用户操作是如何执行的。
【问题讨论】:
-
[+] 不知道使用firebase auth只作为认证方式,在firestore中再次注册用户信息的开发方式是否正确。
-
那么您是否添加了向 Firestore 添加数据的可能性?如果是,您到底在担心什么?请回复@AlexMamo
-
在处理firebase auth时,用户信息也会记录在firestore中。我想知道这种方法是否正确,我想知道是否可以从auth函数中获取用户信息并更有效地管理用户。
标签: android firebase kotlin google-cloud-platform firebase-authentication