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 Apr 4, 2023. It is now read-only.
When I run a build with tns build android --env.prod or --env.dev the corresponding google-services.json gets correctly copied into the build folder. The correct values are in build/generated/res/google-services/debug/values/values.xml. So far, so good.
However, the values.xml does not seem to be overwritten when running the build command again with a different environment parameter, leaving me with the wrong firebase environment when running the app.
The text was updated successfully, but these errors were encountered:
When I run a build with tns build android --env.prod or --env.dev the corresponding google-services.json gets correctly copied into the build folder. The correct values are in build/generated/res/google-services/debug/values/values.xml. So far, so good.
However, the values.xml does not seem to be overwritten when running the build command again with a different environment parameter, leaving me with the wrong firebase environment when running the app.
The text was updated successfully, but these errors were encountered: