Merge pull request #77 from WDI-Ideas/product

google sigin half
This commit is contained in:
Raj
2024-06-18 15:30:38 +05:30
committed by GitHub

View File

@@ -12,7 +12,12 @@
"package_name": "com.example.traderscircuit" "package_name": "com.example.traderscircuit"
} }
}, },
"oauth_client": [], "oauth_client": [
{
"client_id": "307701736370-i1n71t46k2t7e9s6d5livs41hkjposgn.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [ "api_key": [
{ {
"current_key": "AIzaSyCMQhYq9XDYcxNbCxM0aWl9Lu9-AI3BveU" "current_key": "AIzaSyCMQhYq9XDYcxNbCxM0aWl9Lu9-AI3BveU"
@@ -20,7 +25,19 @@
], ],
"services": { "services": {
"appinvite_service": { "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"
}
}
]
} }
} }
} }