Remove dev version of google-services.json and set example to dev package
This commit is contained in:
committed by
Samuel Newman
parent
7f9befbe59
commit
1467efa2c8
+1
-3
@@ -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: [
|
||||
{
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user