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" + } + } + ] } } }