首页 > 解决方案 > 使用 React Native 对 Cloud Firestore 进行 Google 身份验证

问题描述

我已经为 Firebase 创建了 Google 身份验证,但我想知道是否可以将这些用户的凭据(电子邮件用户名)保存到 Cloud Firestore DB,因为我希望将所有用户都保存在 Firestore 中。稍后,我希望使用 Google 电子邮件进行身份验证的用户能够编辑他们的个人资料,例如。更改他们的姓名,添加电话号码等。

标签: firebasereact-nativegoogle-cloud-firestoregoogle-authentication

解决方案


推荐阅读