From a49c8c89ba69a5db1d8934c16a21bd6aa2542c89 Mon Sep 17 00:00:00 2001 From: Eric House Date: Fri, 25 Jan 2019 11:36:24 -0800 Subject: [PATCH] fcm config file for xw4 variant --- .../android/app/src/xw4/google-services.json | 104 ++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 xwords4/android/app/src/xw4/google-services.json diff --git a/xwords4/android/app/src/xw4/google-services.json b/xwords4/android/app/src/xw4/google-services.json new file mode 100644 index 000000000..a64b00511 --- /dev/null +++ b/xwords4/android/app/src/xw4/google-services.json @@ -0,0 +1,104 @@ +{ + "project_info": { + "project_number": "801272813571", + "firebase_url": "https://fcmtest-9fe99.firebaseio.com", + "project_id": "fcmtest-9fe99", + "storage_bucket": "fcmtest-9fe99.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:801272813571:android:15f4eb80a9b07720", + "android_client_info": { + "package_name": "com.google.firebase.fiamquickstart" + } + }, + "oauth_client": [ + { + "client_id": "801272813571-g3lfciu89q8ffb7ahasrce5nj3vsghot.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyCl3lfUITEX0EscF2aeDZY4G-DNL2xeEZ8" + } + ], + "services": { + "analytics_service": { + "status": 1 + }, + "appinvite_service": { + "status": 1, + "other_platform_oauth_client": [] + }, + "ads_service": { + "status": 2 + } + } + }, + { + "client_info": { + "mobilesdk_app_id": "1:801272813571:android:2d4684b9d573e182", + "android_client_info": { + "package_name": "org.eehouse.android.xw4" + } + }, + "oauth_client": [ + { + "client_id": "801272813571-g3lfciu89q8ffb7ahasrce5nj3vsghot.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyCl3lfUITEX0EscF2aeDZY4G-DNL2xeEZ8" + } + ], + "services": { + "analytics_service": { + "status": 1 + }, + "appinvite_service": { + "status": 1, + "other_platform_oauth_client": [] + }, + "ads_service": { + "status": 2 + } + } + }, + { + "client_info": { + "mobilesdk_app_id": "1:801272813571:android:8c4ed916336414b2", + "android_client_info": { + "package_name": "org.eehouse.android.xw4dbg" + } + }, + "oauth_client": [ + { + "client_id": "801272813571-g3lfciu89q8ffb7ahasrce5nj3vsghot.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyCl3lfUITEX0EscF2aeDZY4G-DNL2xeEZ8" + } + ], + "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