Multiple Firebase projects within a single Expo managed application

Hello! I’m developing an app that uses Firebase for analytics. This app also houses the ability for testers to switch between a test an a production environment. Our client wishes to separate the analytics from the test and the production environments to different Firebase projects, but at the moment you can use only one JSON configuration (one Firebase project) defined in the app.json.

How is it possible to change the Firebase configuration in the Javascript after the user changes their environment?

2 Likes

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