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
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
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