From ea8fd78d34c5b9de21a21bb33c0daa0f8488d265 Mon Sep 17 00:00:00 2001 From: Erwan Croze Date: Thu, 19 Jul 2018 12:05:03 +0200 Subject: [PATCH] add google-json for push --- .gitignore | 1 - google-services.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 google-services.json diff --git a/.gitignore b/.gitignore index 5a8923c0d..6617642f3 100644 --- a/.gitignore +++ b/.gitignore @@ -46,7 +46,6 @@ tests/linphonetester_* tests/tests.output WORK .d -google-services.json .*clang* **/*.iml src/linphone-wrapper diff --git a/google-services.json b/google-services.json new file mode 100644 index 000000000..7cdc33b78 --- /dev/null +++ b/google-services.json @@ -0,0 +1,42 @@ +{ + "project_info": { + "project_number": "442681843408", + "firebase_url": "https://orangemsi-172613.firebaseio.com", + "project_id": "orangemsi-172613", + "storage_bucket": "orangemsi-172613.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:442681843408:android:b9da69afe2999f9f", + "android_client_info": { + "package_name": "com.orange.msiphone" + } + }, + "oauth_client": [ + { + "client_id": "442681843408-0bsdvmu49ijmad3eunnupd80ukl3t1fb.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyCR0lnJNdEVNvNt-dbc9mVZWtGsJF8iBxg" + } + ], + "services": { + "analytics_service": { + "status": 1 + }, + "appinvite_service": { + "status": 1, + "other_platform_oauth_client": [] + }, + "ads_service": { + "status": 2 + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file