From 5205885aac82104bf8372687d144758b72490316 Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 8 Jul 2024 19:12:22 -0700 Subject: [PATCH] tweak google-services file --- .gitignore | 1 - app.config.js | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) 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: [ {