EddyVerbruggen / nativescript-plugin-firebase

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

Fix (android): Changed copied google-services.json not reflected in xmls or app #1771

Open delaneyb opened 3 years ago

delaneyb commented 3 years ago

Fixes #1655

Replacement of google-service.json (which occurs when the plugin switches between using the .dev and .prod variants) with a different version has no effect without deleting the entire android platforms folder due to: https://github.com/google/play-services-plugins/issues/144

This fix/feature deletes the files mentioned in that post to ensure the copied .json is properly picked up.