From e2d4852df7195b22fcbcabc4e66206ca09329498 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Mon, 2 Mar 2020 16:41:10 +0100 Subject: [PATCH] include google-services.sample.json for test / debug builds --- app/google-services.sample.json | 41 +++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 app/google-services.sample.json diff --git a/app/google-services.sample.json b/app/google-services.sample.json new file mode 100644 index 0000000..4e23d4d --- /dev/null +++ b/app/google-services.sample.json @@ -0,0 +1,41 @@ +{ + "project_info": { + "project_number": "861521963586", + "firebase_url": "https://lbry-mobile-builds-debug.firebaseio.com", + "project_id": "lbry-mobile-builds-debug", + "storage_bucket": "lbry-mobile-builds-debug.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:861521963586:android:592958d248940ab2", + "android_client_info": { + "package_name": "io.lbry.browser" + } + }, + "oauth_client": [ + { + "client_id": "861521963586-60cmvg5nmnrqkrc11a7bpmpv5ra2d50q.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyC7A3BYcIdZP9-Q-VNHoexYJWgZA7WzsPI" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [ + { + "client_id": "861521963586-60cmvg5nmnrqkrc11a7bpmpv5ra2d50q.apps.googleusercontent.com", + "client_type": 3 + } + ] + } + } + } + ], + "configuration_version": "1" +} +