diff --git a/.gitignore b/.gitignore index 15f45631b1..38a12f24c0 100644 --- a/.gitignore +++ b/.gitignore @@ -101,7 +101,6 @@ stats.json # Firebase (Android) Google services google-services.json -google-services-dev.json # Performance results (Flashlight) .perf/ diff --git a/app.config.js b/app.config.js index 3ccec6255a..59f80829ee 100644 --- a/app.config.js +++ b/app.config.js @@ -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: [ {