tweak google-services file
This commit is contained in:
@@ -101,7 +101,6 @@ stats.json
|
||||
|
||||
# Firebase (Android) Google services
|
||||
google-services.json
|
||||
google-services-dev.json
|
||||
|
||||
# Performance results (Flashlight)
|
||||
.perf/
|
||||
|
||||
+3
-1
@@ -183,7 +183,9 @@ module.exports = function (_config) {
|
||||
monochromeImage: './assets/icon-android-monochrome.png',
|
||||
backgroundColor: '#006AFF',
|
||||
},
|
||||
googleServicesFile: './google-services.json',
|
||||
googleServicesFile: IS_DEV
|
||||
? './google-services.example.json'
|
||||
: './google-services.json',
|
||||
package: IS_DEV ? 'dev.xyz.blueskyweb.app' : 'xyz.blueskyweb.app',
|
||||
intentFilters: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user