From 5b15f09acc18b3cd7b75243f9ad46fe237c1e8fd Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Sun, 29 Oct 2017 13:09:43 +0100 Subject: [PATCH] Add empty google services file Signed-off-by: Mario Danic --- app/google-services.json | 93 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 app/google-services.json diff --git a/app/google-services.json b/app/google-services.json new file mode 100644 index 000000000..4618f118b --- /dev/null +++ b/app/google-services.json @@ -0,0 +1,93 @@ +{ + "project_info": { + "project_number": "", + "firebase_url": "", + "project_id": "", + "storage_bucket": "" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "", + "android_client_info": { + "package_name": "com.nextcloud.client" + } + }, + "oauth_client": [ + { + "client_id": "", + "client_type": 1, + "android_info": { + "package_name": "com.nextcloud.client", + "certificate_hash": "" + } + }, + { + "client_id": "", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "" + } + ], + "services": { + "analytics_service": { + "status": 1 + }, + "appinvite_service": { + "status": 2, + "other_platform_oauth_client": [ + { + "client_id": "", + "client_type": 3 + }, + { + "client_id": "", + "client_type": 2, + "ios_info": { + "bundle_id": "com.nextcloud.talk" + } + } + ] + }, + "ads_service": { + "status": 2 + } + } + }, + { + "client_info": { + "mobilesdk_app_id": "1:111111111111:android:111a1a1a11111111", + "android_client_info": { + "package_name": "com.nextcloud.talk" + } + }, + "oauth_client": [ + { + "client_id": "", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "" + } + ], + "services": { + "analytics_service": { + "status": 1 + }, + "appinvite_service": { + "status": 1, + "other_platform_oauth_client": [] + }, + "ads_service": { + "status": 2 + } + } + } + ], + "configuration_version": "1" +}