diff options
author | Gabriel Donadel Dall'Agnol <donadeldev@gmail.com> | 2023-09-28 16:22:23 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 12:22:23 -0700 |
commit | 3e340b336ef92feb25da042430b6b3719c772b77 (patch) | |
tree | d511dfebd70f0c34d4be5b862be892f7d391764f /google-services.json.example | |
parent | 65b83e0d6be92f4430e296a5d13a8547a0040076 (diff) | |
download | voidsky-3e340b336ef92feb25da042430b6b3719c772b77.tar.zst |
Add example google-services file (#1545)
* Add example google-services file * Update build.md
Diffstat (limited to 'google-services.json.example')
-rw-r--r-- | google-services.json.example | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/google-services.json.example b/google-services.json.example new file mode 100644 index 000000000..698ef12b2 --- /dev/null +++ b/google-services.json.example @@ -0,0 +1,41 @@ +{ + "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": "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" +} |