Adding More Apps to Firebase Project

preview_player
Показать описание
Quick tutorial showing how to add more apps to a single project in Firebase. This is useful if you have different apps that need to access the same Firestore, user collection, storage, authentication, etc, or if you don't want to create multiple projects in Firebase, as keeping up with a lot of different projects can be tedious. Adding apps is simple but there are a couple of important steps before you start deploying config files from FF.
Рекомендации по теме
Комментарии
Автор

Ur putting out some of the best beginner content!

EmilScaleViral
Автор

how about if the 2 or 3 apps have different Cloud Firestore rules? Mine isnt working. My 1st app uses google maps to track location and the 2nd app records daily attendance. How to make 2 different apps and different rules connect in 1 database?

Robinnnnnnlol
Автор

From where did you bring the id of the project?

shimakhder
Автор

Why did your collections not appear at the very end? I am trying to use the same Firebase project for two different apps, but I can´t make the collections to pop up in Flutterflow, which is what we actually want isn't?

joaquinfiligoi