From 58f130ca7c49e98ba1ed15a4208305ecdc85fb82 Mon Sep 17 00:00:00 2001 From: Raj Date: Sat, 23 Mar 2024 00:26:54 +0000 Subject: [PATCH] Adds a dummy google-services.json to make testing the sample app easier --- sample/app/google-services.json | 41 +++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 sample/app/google-services.json diff --git a/sample/app/google-services.json b/sample/app/google-services.json new file mode 100644 index 0000000..0c7b973 --- /dev/null +++ b/sample/app/google-services.json @@ -0,0 +1,41 @@ +{ + "test" : "THIS IS A TEST FILE WITH DUMMY VALUES, REPLACE THIS WITH YOUR OWN google-services.json FILE", + "project_info": { + "project_number": "123456789012", + "firebase_url": "https://delta-clarity-785.firebaseio.com", + "project_id": "delta-clarity-785", + "storage_bucket": "delta-clarity-785.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:123456784384:android:55b4555d700c476c", + "android_client_info": { + "package_name": "com.intercom.sample" + } + }, + "oauth_client": [ + { + "client_id": "123456789984-klihr5dlgde227m1d8kgq1kad8n7qj0c.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyDFt4ZsaIhUJKPe7ewLxycbxzgWdewdPJo" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [ + { + "client_id": "123456784384-klihr5dlgde227m1d8kgq1kad8n7qj0c.apps.googleusercontent.com", + "client_type": 3 + } + ] + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file