单个项目中的 Firebase 身份验证和数据存储模式

发布于 2025-01-20 16:38:04 字数 545 浏览 2 评论 0原文

我的应用正在使用 Google 登录 Javascript 库。我必须迁移到另一个逻辑,因为该库已停产。我正在考虑迁移到 Firebase 身份验证

我的应用已在数据存储模式下使用 firestore。 我知道 firestore 本机模式和数据存储模式都不能在单个项目中使用< /a>. 但我不确定数据存储模式下的 Firebase 身份验证和 Firestore 是否相同。

我可以在单个项目中以数据存储模式同时使用 Firebase 身份验证和 Firestore 吗?

My app is using Google Sign-in Javascript Library. I have to migrate to another logic because this library is discontinued. I am considering to migrate to Firebase Authentication

My app is already using firestore in datastore mode.
I know both firestore native mode and datastore mode can not be used within a single project.
But I am not sure this is the same for Firebase Authentication and Firestore in datastore mode.

Can I use both Firebase Authentication and Firestore in datastore mode within a single project?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

终遇你 2025-01-27 16:38:04

您无需使用 Firestore 即可使用 Firebase 身份验证。因此,您可以在数据存储模式下使用 Firestore同一项目中的 Firebase 身份验证。

You do not need to be using Firestore to use Firebase Authentication. So, you can use Firestore in Datastore mode & Firebase Authentication in the same project.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文