You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
Hello,
I am creating 2 apps on Firebase for the same project, a dev/test app and a release/prod app.
This is needed to avoid polluting production DBs (analytics, firestore, messaging, ...) with test and development data.
I did not found a simple way to force Flutter to load a different "google-services.json" based on the app build type (dev or prod).
Is there a clever way to achieve this separation of data?
Thank you
Camillo
The text was updated successfully, but these errors were encountered:
camillo777
changed the title
Allow to specify different "google-services.json" for different build
Allow to specify different "google-services.json" for different builds (test/prod)
Mar 24, 2020
Hello,
I am creating 2 apps on Firebase for the same project, a dev/test app and a release/prod app.
This is needed to avoid polluting production DBs (analytics, firestore, messaging, ...) with test and development data.
I did not found a simple way to force Flutter to load a different "google-services.json" based on the app build type (dev or prod).
Is there a clever way to achieve this separation of data?
Thank you
Camillo
The text was updated successfully, but these errors were encountered: