Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use the same Firebase for two different Apps?

I'd like to use the same Firebase for two apps. In both apps the users should be able to login via Google, Facebook or E-Mail.

But in the "Login & Auth" section of my Firebase dashboard I can only add one Facebook App Id. And in the Facebook Developer settings of that app I can only add one packagename.

That's a problem for me because the packagename needs to be unique on the Google Play Store.

Is there a way to enable users to log in to the same Firebase but from two different apps?

like image 853
Steffen Avatar asked Dec 13 '15 20:12

Steffen


People also ask

Can I add multiple apps to Firebase project?

However, when you want to access multiple projects from a single application, you'll need a distinct Firebase application object to reference each one individually. It's up to you to initialize these other instances.

How many projects can I have on Firebase?

How many Firebase Apps can I have in a Firebase project? A Firebase project is a container for Firebase Apps across Apple, Android, and web. Firebase restricts the total number of Firebase Apps within a Firebase project to 30.

Can you create multiple projects from a Firebase account?

Firebase Android SDK is designed to work with one Firebase project by default. But it is quite possible to access multiple projects in a single App due to different reasons. One common case in the industry is, for example, the requirement for having multiple development environments or delivery stages.

Is Firebase multi region?

You can select either a multi-region location or a regional location as your default GCP resource location. Note that if you already have an App Engine app with a location of either us-central or europe-west , any GCP service that uses this location setting will be considered multi-regional.


1 Answers

Firebase employee here.

We have a one Firebase database per app policy. However, you can still use the same Firebase database for admin and dashboard apps.

like image 122
David East Avatar answered Sep 22 '22 03:09

David East