简体   繁体   English

我可以为多个白标应用程序只使用一个 Firebase 项目吗? 最佳做法是什么?

[英]Can i use only one Firebase Project for many white-labeled apps? What is the best practice?

I have a Flutter white labeled project, i want to use only the Firebase Auth on login module of all differents apps i'll generate, can i make it with only one Firebase Project and work with the UID response on the backend after the login completes?我有一个 Flutter 白标项目,我只想在我将生成的所有不同应用程序的登录模块上使用 Firebase Auth,我可以只使用一个 Firebase 项目并在登录完成后在后端使用 UID 响应吗? What's the best practice?最佳做法是什么?

firebaser here炮兵在这里

The recommended practice is to use a project only for single family of apps, with a single set of users.推荐的做法是仅将项目用于单个应用程序系列和一组用户。 So an example of this would be to have the iOS, Android, and web versions of your app, and maybe an administrative back-end you have for that same app, and then maybe pro versions for all platforms too.因此,这方面的一个例子是拥有 iOS、Android 和 web 版本的应用程序,可能还有针对同一应用程序的管理后端,然后可能还有适用于所有平台的专业版。

White labeling the same app for many customers should be done with a separate project for each of those customers.为许多客户对同一个应用程序贴上白色标签应该为每个客户一个单独的项目来完成。 Otherwise you'll quickly run into limitations, such as the number of API keys you can create in a single project.否则您很快就会遇到限制,例如您可以在单个项目中创建的密钥数量为 API。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在多对多关系上使用 Firebase 建模 SaaS 应用程序的最佳实践是什么 - What is best practice for modeling a SaaS app with Firebase on a many-to-many relationship 有没有一种方法可以使每个 firebase 项目的 3 个以上的应用程序可见? - Is there a way I can make more than 3 apps per one firebase project visible? firebase 重新发送 sendEmailVerification() 的最佳做法是什么? - What is the best practice for firebase resending sendEmailVerification()? firebase 一个项目和 2 android 带有应用动态链接 - firebase one project and 2 android with apps dynamic links 我可以在一个 firebase 数据库上使用多个应用程序吗? 它会使用相同的身份验证还是不同的身份验证? - Can i use multiple apps on a single firebase database? Will it use same auth or different auth? 我可以为两个网站使用一个域吗? 关于 GCP 和 Firebase - Can i use one domain for two website? About GCP and Firebase 如何管理连接到同一项目的 2 个 Firebase 应用程序 - How do I manage 2 Firebase apps connecting to the same project Laravel Vue 项目在初始运行时仅在生产环境中出现空白页面,通过硬刷新解决。 我怎样才能防止这种情况发生? - Laravel Vue Project gets blank white page on initial run only on production, solved with hard refresh. How can I prevent this? Firebase 托管图像 URL 最佳实践 - Firebase Hosting Image URL best practice 如何重命名 Firebase 项目 ID? - How can I rename the Firebase Project ID?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM