Is it possible to use same firebase project for delivering notifications to multiple apps built using expo

Please provide the following:

  1. SDK Version: 38
  2. Platforms(Android/iOS/web/all): Android/iOS

So basically we publish multiple apps to play store and app store with the same codebase by changing a single environment variable (account_id). Our current pain point is that every time we publish a new app associated with a new account_id, we have to follow the tedious firebase set up for push notifications.

The current workflow is to download the separate google-services.json file, save it with name account_id/google-services.json and use the dynamic app.config.js to point it to correct file.

Any way we can use the same firebase project? Firebase does allow to register multiple apps for the same project.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.