deer social fork for personal usage. but you might see a use idk. github mirror

tweak google-services file

authored by hailey.at and committed by Elijah Seed-Arita f4979e88 ece97c51

Changed files
+3 -2
-1
.gitignore
··· 101 101 102 102 # Firebase (Android) Google services 103 103 google-services.json 104 - google-services-dev.json 105 104 106 105 # Performance results (Flashlight) 107 106 .perf/
+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 {