From ea9e67cc2cbe238cb6da0a368d7a3b9be1eaf4f6 Mon Sep 17 00:00:00 2001 From: Igor Popov Date: Wed, 24 May 2017 01:53:56 +0300 Subject: [PATCH] Restored required .json file. --- app/src/debug/google-services.json | 64 ++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 app/src/debug/google-services.json diff --git a/app/src/debug/google-services.json b/app/src/debug/google-services.json new file mode 100644 index 00000000..f4a540c9 --- /dev/null +++ b/app/src/debug/google-services.json @@ -0,0 +1,64 @@ +{ + "project_info": { + "project_id": "this-is-a-sample", + "project_number": "999999999999", + "name": "FastHub Sample", + "firebase_url": "https://this-is-a-sample-do-not-use.firebaseio.com", + "storage_bucket": "this-is-a-sample-do-not-use.storage.firebase.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:999999999999:android:0000000000000000", + "android_client_info": { + "package_name": "com.fastaccess.github" + } + }, + "oauth_client": [ + { + "client_id": "this-is-a-sample-do-not-use.apps.googleusercontent.com", + "client_type": 1, + "android_info": { + "package_name": "com.fastaccess.github", + "certificate_hash": "0000000000000000000000000000000000000000" + } + }, + { + "client_id": "this-is-a-sample-do-not-use.apps.googleusercontent.com", + "client_type": 1, + "android_info": { + "package_name": "com.fastaccess.github", + "certificate_hash": "0000000000000000000000000000000000000000" + } + }, + { + "client_id": "this-is-a-sample-do-not-use.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "000000000000000000000000000000000000000" + } + ], + "services": { + "analytics_service": { + "status": 1 + }, + "appinvite_service": { + "status": 2, + "other_platform_oauth_client": [ + { + "client_id": "this-is-a-sample-do-not-use.apps.googleusercontent.com", + "client_type": 3 + } + ] + }, + "ads_service": { + "status": 2 + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file