I have about 200-300 apps on playstore. I wanted to connect them to Firebase Service mainly for 2 things as below:
- Send Push Notifications occasionly to each app individually
- Use Remote Config to store App Constants (Hardly 1 or 2 keys for each app)
So, my questions are:
- How many Projects I can create on Firebase Console under Free Plan.
- Should I create Single Project and add all my apps in it OR Create individual project for each app. (I have about 200 apps)
- What is maximum no. of notification one can send using firebase (free)?
I searched for this but cannot get exact answer. Aslo contacted firebase team but no response yet.