Remove dev version of google-services.json and set example to dev package

This commit is contained in:
Nick Manos
2024-05-29 16:44:38 -04:00
committed by Samuel Newman
parent 7f9befbe59
commit 1467efa2c8
4 changed files with 3 additions and 46 deletions
+1 -3
View File
@@ -183,9 +183,7 @@ module.exports = function (_config) {
monochromeImage: './assets/icon-android-monochrome.png',
backgroundColor: '#006AFF',
},
googleServicesFile: IS_DEV
? './google-services-dev.json'
: './google-services.json',
googleServicesFile: './google-services.json',
package: IS_DEV ? 'dev.xyz.blueskyweb.app' : 'xyz.blueskyweb.app',
intentFilters: [
{