0

If i have 50 android apps and create one Firebase project.

And can I collect user tokens from multiple apps with one google-services.json file and then send a cloud message?

In what units is it recommended to create a Firebase project?

I must created firebase project each android application??

1 Answers1

1

firebaser here

Firebase recommend creating a separate project for each separate "logo".

So if you have multiple variants of the same app (i.e. pro vs lite, multiple languages, admin vs regular), you should put those in the same project (unless you have a stringent reason to not do that).

If your multiple apps are of a different type, you should put them in separate projects (unless you have a stringent reason to not do that).

Also see:

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807