From a91f9f55eae67c8141f52e968785969f408c93ec Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Fri, 14 Feb 2025 21:11:31 +0800 Subject: [PATCH] game(backend): add google services --- Game/StreamingAssets/google-services.json | 40 +++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Game/StreamingAssets/google-services.json diff --git a/Game/StreamingAssets/google-services.json b/Game/StreamingAssets/google-services.json new file mode 100644 index 0000000..8ba3799 --- /dev/null +++ b/Game/StreamingAssets/google-services.json @@ -0,0 +1,40 @@ +{ + "project_info": { + "project_number": "905742343227", + "firebase_url": "https://echoesbehindcloseddoors-default-rtdb.asia-southeast1.firebasedatabase.app", + "project_id": "echoesbehindcloseddoors", + "storage_bucket": "echoesbehindcloseddoors.firebasestorage.app" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:905742343227:android:dbb48abb86e6a2cd2c901e", + "android_client_info": { + "package_name": "co.wirm.ebcd" + } + }, + "oauth_client": [ + { + "client_id": "905742343227-9t3a9pu10276r2jpqks902fau7n5oghb.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyAasD2yFEcVhhDHgoTTUhg0ctwV-Ywdwx8" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [ + { + "client_id": "905742343227-9t3a9pu10276r2jpqks902fau7n5oghb.apps.googleusercontent.com", + "client_type": 3 + } + ] + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file