-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add resources for prod deployment of alpha version
- Bump the version number in app/build.gradle - Add a google-services.json for a prod Firebase project My process for building the release candidate rn is just copying prod google-services.json over and then running a build *lol*.
- Loading branch information
1 parent
499a2f7
commit 82ec725
Showing
2 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"project_info": { | ||
"project_number": "842466790122", | ||
"firebase_url": "https://rst-checklist.firebaseio.com", | ||
"project_id": "rst-checklist", | ||
"storage_bucket": "rst-checklist.appspot.com" | ||
}, | ||
"client": [ | ||
{ | ||
"client_info": { | ||
"mobilesdk_app_id": "1:842466790122:android:262ecc79e734b009", | ||
"android_client_info": { | ||
"package_name": "com.g11x.checklistapp.rst" | ||
} | ||
}, | ||
"oauth_client": [ | ||
{ | ||
"client_id": "842466790122-2vgb19k35qnjqgnpl7rv4b06ctc3su7s.apps.googleusercontent.com", | ||
"client_type": 3 | ||
} | ||
], | ||
"api_key": [ | ||
{ | ||
"current_key": "AIzaSyCvo1PP43J_OFbQob_xPKTtYTNVppYm2tI" | ||
} | ||
], | ||
"services": { | ||
"analytics_service": { | ||
"status": 1 | ||
}, | ||
"appinvite_service": { | ||
"status": 1, | ||
"other_platform_oauth_client": [] | ||
}, | ||
"ads_service": { | ||
"status": 2 | ||
} | ||
} | ||
} | ||
], | ||
"configuration_version": "1" | ||
} |