From 8ed80b4f6c77f89ad361c77cd7527b0832e32035 Mon Sep 17 00:00:00 2001 From: Ben Weiss Date: Thu, 5 Sep 2024 20:07:56 +0200 Subject: [PATCH] Remove services.json file Change-Id: I849e55a490b98573a6080b7f6b9e548619100685 --- app/app.google-services.json.debug | 125 ----------------------------- 1 file changed, 125 deletions(-) delete mode 100644 app/app.google-services.json.debug diff --git a/app/app.google-services.json.debug b/app/app.google-services.json.debug deleted file mode 100644 index 69f0b5da3..000000000 --- a/app/app.google-services.json.debug +++ /dev/null @@ -1,125 +0,0 @@ -{ - "project_info": { - "project_number": "YourProjectId", - "project_id": "abc", - "storage_bucket": "abc" - }, - "client": [ - { - "client_info": { - "mobilesdk_app_id": "Your:App:Id", - "android_client_info": { - "package_name": "com.google.samples.apps.nowinandroid" - } - }, - "oauth_client": [], - "api_key": [ - { - "current_key": "APlaceholderAPIKeyWith-ThirtyNineCharsX" - } - ], - "services": { - "appinvite_service": { - "other_platform_oauth_client": [] - } - } - }, - { - "client_info": { - "mobilesdk_app_id": "Your:App:Id", - "android_client_info": { - "package_name": "com.google.samples.apps.nowinandroid.demo.debug" - } - }, - "oauth_client": [], - "api_key": [ - { - "current_key": "APlaceholderAPIKeyWith-ThirtyNineCharsX" - } - ], - "services": { - "appinvite_service": { - "other_platform_oauth_client": [] - } - } - }, - { - "client_info": { - "mobilesdk_app_id": "Your:App:Id", - "android_client_info": { - "package_name": "com.google.samples.apps.nowinandroid.demo.benchmark" - } - }, - "oauth_client": [], - "api_key": [ - { - "current_key": "APlaceholderAPIKeyWith-ThirtyNineCharsX" - } - ], - "services": { - "appinvite_service": { - "other_platform_oauth_client": [] - } - } - }, - { - "client_info": { - "mobilesdk_app_id": "Your:App:Id", - "android_client_info": { - "package_name": "com.google.samples.apps.nowinandroid.benchmark" - } - }, - "oauth_client": [], - "api_key": [ - { - "current_key": "APlaceholderAPIKeyWith-ThirtyNineCharsX" - } - ], - "services": { - "appinvite_service": { - "other_platform_oauth_client": [] - } - } - }, - { - "client_info": { - "mobilesdk_app_id": "Your:App:Id", - "android_client_info": { - "package_name": "com.google.samples.apps.nowinandroid.debug" - } - }, - "oauth_client": [], - "api_key": [ - { - "current_key": "APlaceholderAPIKeyWith-ThirtyNineCharsX" - } - ], - "services": { - "appinvite_service": { - "other_platform_oauth_client": [] - } - } - }, - { - "client_info": { - "mobilesdk_app_id": "Your:App:Id", - "android_client_info": { - "package_name": "com.google.samples.apps.nowinandroid.demo" - } - }, - "oauth_client": [], - "api_key": [ - { - "current_key": "APlaceholderAPIKeyWith-ThirtyNineCharsX" - } - ], - "services": { - "appinvite_service": { - "other_platform_oauth_client": [] - } - } - } - ], - - "configuration_version": "1" -} \ No newline at end of file