diff --git a/app.config.js b/app.config.js index d376979599..3ccec6255a 100644 --- a/app.config.js +++ b/app.config.js @@ -183,9 +183,7 @@ module.exports = function (_config) { monochromeImage: './assets/icon-android-monochrome.png', backgroundColor: '#006AFF', }, - googleServicesFile: IS_DEV - ? './google-services-dev.json' - : './google-services.json', + googleServicesFile: './google-services.json', package: IS_DEV ? 'dev.xyz.blueskyweb.app' : 'xyz.blueskyweb.app', intentFilters: [ { diff --git a/docs/build.md b/docs/build.md index bb55b909bc..bcae2ece09 100644 --- a/docs/build.md +++ b/docs/build.md @@ -31,7 +31,7 @@ This is NOT required when developing for web. - From inside the project directory: - `bundler install` (this will install Cocoapods) - After initial setup: - - Copy `google-services.json.example` to `google-services.json` and `google-services-dev.json.example` to `google-services-dev.json` or provide your own `google-services.json` files. (A real firebase project is NOT required) + - Copy `google-services.json.example` to `google-services.json` or provide your own `google-services.json`. (A real firebase project is NOT required) - `npx expo prebuild` -> you will also need to run this anytime `app.json` or native `package.json` deps change ### Running the Native App diff --git a/google-services-dev.json.example b/google-services-dev.json.example deleted file mode 100644 index 49acd99796..0000000000 --- a/google-services-dev.json.example +++ /dev/null @@ -1,41 +0,0 @@ -{ - "project_info": { - "project_id": "blueskyweb-example", - "project_number": "100000000000", - "firebase_url": "https://blueskyweb-example.firebaseio.com" - }, - "client": [ - { - "client_info": { - "mobilesdk_app_id": "1:123456789000:android:f1bf012572b04063", - "android_client_info": { - "package_name": "dev.xyz.blueskyweb.app" - } - }, - "oauth_client": [ - { - "client_id": "123456789000.apps.googleusercontent.com", - "client_type": 3 - } - ], - "api_key": [ - { - "current_key": "123456789000" - } - ], - "services": { - "analytics_service": { - "status": 1 - }, - "appinvite_service": { - "status": 1, - "other_platform_oauth_client": [] - }, - "ads_service": { - "status": 2 - } - } - } - ], - "configuration_version": "1" -} diff --git a/google-services.json.example b/google-services.json.example index 698ef12b28..49acd99796 100644 --- a/google-services.json.example +++ b/google-services.json.example @@ -9,7 +9,7 @@ "client_info": { "mobilesdk_app_id": "1:123456789000:android:f1bf012572b04063", "android_client_info": { - "package_name": "xyz.blueskyweb.app" + "package_name": "dev.xyz.blueskyweb.app" } }, "oauth_client": [