feat: add OAuth client to google-services.json for Google Sign-In

This commit is contained in:
2026-01-23 04:03:30 +03:00
parent baf627ccf2
commit 01f4372b31
3 changed files with 36 additions and 6 deletions
+12 -2
View File
@@ -12,7 +12,12 @@
"package_name": "io.pezkuwichain.wallet.debug"
}
},
"oauth_client": [],
"oauth_client": [
{
"client_id": "633686702274-seee7qsisjmrps3npbnep2i8rtu44hdu.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyBY_4wMnmyc8etnkyNOd_I-bCFAxO2Z-Os"
@@ -20,7 +25,12 @@
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": []
"other_platform_oauth_client": [
{
"client_id": "633686702274-seee7qsisjmrps3npbnep2i8rtu44hdu.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}