-1
.gitignore
-1
.gitignore
+3
-1
app.config.js
+3
-1
app.config.js
···
152
152
backgroundImage: './assets/icon-android-background.png',
153
153
backgroundColor: '#1185FE',
154
154
},
155
-
googleServicesFile: './google-services.json',
155
+
googleServicesFile: IS_DEV
156
+
? './google-services.example.json'
157
+
: './google-services.json',
156
158
package: IS_DEV ? 'dev.xyz.blueskyweb.app' : 'xyz.blueskyweb.app',
157
159
intentFilters: [
158
160
{