From 5e4c775b636d1e1469083fb3e7ec6c2550abdd18 Mon Sep 17 00:00:00 2001 From: Rajshinde046 Date: Tue, 18 Jun 2024 15:30:09 +0530 Subject: [PATCH] google sigin half --- android/app/google-services.json | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/android/app/google-services.json b/android/app/google-services.json index 7b6b8b6..613a771 100644 --- a/android/app/google-services.json +++ b/android/app/google-services.json @@ -12,7 +12,12 @@ "package_name": "com.example.traderscircuit" } }, - "oauth_client": [], + "oauth_client": [ + { + "client_id": "307701736370-i1n71t46k2t7e9s6d5livs41hkjposgn.apps.googleusercontent.com", + "client_type": 3 + } + ], "api_key": [ { "current_key": "AIzaSyCMQhYq9XDYcxNbCxM0aWl9Lu9-AI3BveU" @@ -20,7 +25,19 @@ ], "services": { "appinvite_service": { - "other_platform_oauth_client": [] + "other_platform_oauth_client": [ + { + "client_id": "307701736370-i1n71t46k2t7e9s6d5livs41hkjposgn.apps.googleusercontent.com", + "client_type": 3 + }, + { + "client_id": "307701736370-il62k6tumpu03hnaiqkefj44494bvae6.apps.googleusercontent.com", + "client_type": 2, + "ios_info": { + "bundle_id": "com.example.traderscircuit" + } + } + ] } } }