EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

build/res/google-services doesn't get overwritten #1655

Open wetterlicht opened 3 years ago

wetterlicht commented 3 years ago

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.