简体   繁体   English

我可以对两个不同的应用程序使用相同的Firebase吗?

[英]Can I use the same Firebase for two different Apps?

I'd like to use the same Firebase for two apps. 我想对两个应用程序使用相同的Firebase。 In both apps the users should be able to login via Google, Facebook or E-Mail. 在这两个应用程序中,用户都应该能够通过Google,Facebook或电子邮件登录。

But in the "Login & Auth" section of my Firebase dashboard I can only add one Facebook App Id. 但是在Firebase仪表板的“登录和验证”部分中,我只能添加一个Facebook App ID。 And in the Facebook Developer settings of that app I can only add one packagename. 在该应用程序的Facebook Developer设置中,我只能添加一个包名。

That's a problem for me because the packagename needs to be unique on the Google Play Store. 这对我来说是个问题,因为软件包名称在Google Play商店中必须唯一。

Is there a way to enable users to log in to the same Firebase but from two different apps? 有没有一种方法可以使用户从两个不同的应用程序登录到同一Firebase?

Firebase employee here. Firebase员工在这里。

We have a one Firebase database per app policy. 每个应用程式政策都有一个Firebase数据库。 However, you can still use the same Firebase database for admin and dashboard apps. 但是,您仍然可以将相同的Firebase数据库用于管理员和仪表板应用程序。

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

相关问题 我们可以为两个不同的Android应用程序使用相同的签名密钥吗? - Can we use the same signing key for two different android apps? 两个不同的应用程序可以具有相同的packageName吗? - Can two different apps have the same packageName? 仅使用一个Firebase项目,我可以为同一移动设备上的不同应用程序使用不同的令牌吗? - Using only one Firebase project, can I have different tokens for different apps on the same mobile device? 我可以在不同的活动中为两个不同的列表视图使用相同的适配器吗? - Can I use the same adapter for two different listviews in different activities? 我可以在两个不同的listView中使用相同的ArrayAdapter吗? 怎么样? - Can I use the same ArrayAdapter in two different listViews? How? 我可以使用同一个密钥库文件来签署两个不同的应用程序吗? - Can I use the same keystore file to sign two different applications? 我可以同时使用Parse和Firebase吗? - Can I use Parse and Firebase at the same time? 如何与两个不同的应用程序共享Firebase数据 - How to share Firebase data with two different apps 我可以提交2个内容几乎相同但语言不同的应用程序吗? - Can I submit 2 apps with nearly the same content but different in language? 我可以在 Play 商店中发布两个同名的应用吗? - Can I publish two apps with same name on play store?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM