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" "package_name": "io.pezkuwichain.wallet"
} }
}, },
"oauth_client": [], "oauth_client": [
{
"client_id": "783787781434-6tn9gh3ko4u73ckjjbv336bbmdk4eefv.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [ "api_key": [
{ {
"current_key": "AIzaSyDK_P0TE_QyomWlO1BN79qY4xUAKcei12g" "current_key": "AIzaSyDK_P0TE_QyomWlO1BN79qY4xUAKcei12g"
@@ -20,7 +25,12 @@
], ],
"services": { "services": {
"appinvite_service": { "appinvite_service": {
"other_platform_oauth_client": [] "other_platform_oauth_client": [
{
"client_id": "783787781434-6tn9gh3ko4u73ckjjbv336bbmdk4eefv.apps.googleusercontent.com",
"client_type": 3
}
]
} }
} }
} }
+12 -2
View File
@@ -12,7 +12,12 @@
"package_name": "io.pezkuwichain.wallet.debug" "package_name": "io.pezkuwichain.wallet.debug"
} }
}, },
"oauth_client": [], "oauth_client": [
{
"client_id": "633686702274-seee7qsisjmrps3npbnep2i8rtu44hdu.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [ "api_key": [
{ {
"current_key": "AIzaSyBY_4wMnmyc8etnkyNOd_I-bCFAxO2Z-Os" "current_key": "AIzaSyBY_4wMnmyc8etnkyNOd_I-bCFAxO2Z-Os"
@@ -20,7 +25,12 @@
], ],
"services": { "services": {
"appinvite_service": { "appinvite_service": {
"other_platform_oauth_client": [] "other_platform_oauth_client": [
{
"client_id": "633686702274-seee7qsisjmrps3npbnep2i8rtu44hdu.apps.googleusercontent.com",
"client_type": 3
}
]
} }
} }
} }
+12 -2
View File
@@ -12,7 +12,12 @@
"package_name": "io.pezkuwichain.wallet" "package_name": "io.pezkuwichain.wallet"
} }
}, },
"oauth_client": [], "oauth_client": [
{
"client_id": "783787781434-6tn9gh3ko4u73ckjjbv336bbmdk4eefv.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [ "api_key": [
{ {
"current_key": "AIzaSyDK_P0TE_QyomWlO1BN79qY4xUAKcei12g" "current_key": "AIzaSyDK_P0TE_QyomWlO1BN79qY4xUAKcei12g"
@@ -20,7 +25,12 @@
], ],
"services": { "services": {
"appinvite_service": { "appinvite_service": {
"other_platform_oauth_client": [] "other_platform_oauth_client": [
{
"client_id": "783787781434-6tn9gh3ko4u73ckjjbv336bbmdk4eefv.apps.googleusercontent.com",
"client_type": 3
}
]
} }
} }
} }