mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-23 00:17:56 +00:00
Fix Google Drive backup OAuth configuration
- Add new debug keystore with unique SHA-1 fingerprint - Update google-services.json with proper OAuth clients - Configure debug build to use new keystore - Both Android OAuth client (type 1) and Web client (type 3) now present Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -5,6 +5,43 @@
|
||||
"storage_bucket": "pezkuwi-wallet-debug.firebasestorage.app"
|
||||
},
|
||||
"client": [
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:633686702274:android:897282d4fda3f5ed7e635b",
|
||||
"android_client_info": {
|
||||
"package_name": "io.pezkuwichain.wallet"
|
||||
}
|
||||
},
|
||||
"oauth_client": [
|
||||
{
|
||||
"client_id": "633686702274-42ktqav1laf6d4ol7f714ib3s6lka73f.apps.googleusercontent.com",
|
||||
"client_type": 1,
|
||||
"android_info": {
|
||||
"package_name": "io.pezkuwichain.wallet",
|
||||
"certificate_hash": "8fb4f8977fc9b990e9d501a0041f5723f23b65d2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"client_id": "633686702274-seee7qsisjmrps3npbnep2i8rtu44hdu.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
}
|
||||
],
|
||||
"api_key": [
|
||||
{
|
||||
"current_key": "AIzaSyBY_4wMnmyc8etnkyNOd_I-bCFAxO2Z-Os"
|
||||
}
|
||||
],
|
||||
"services": {
|
||||
"appinvite_service": {
|
||||
"other_platform_oauth_client": [
|
||||
{
|
||||
"client_id": "633686702274-seee7qsisjmrps3npbnep2i8rtu44hdu.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"client_info": {
|
||||
"mobilesdk_app_id": "1:633686702274:android:018702ece3f601067e635b",
|
||||
@@ -13,6 +50,14 @@
|
||||
}
|
||||
},
|
||||
"oauth_client": [
|
||||
{
|
||||
"client_id": "633686702274-3dduat8jpbqfnie9kvqr441np1gcbm90.apps.googleusercontent.com",
|
||||
"client_type": 1,
|
||||
"android_info": {
|
||||
"package_name": "io.pezkuwichain.wallet.debug",
|
||||
"certificate_hash": "fc2d7bde71183e18377baf8076b35b3c68f9b02e"
|
||||
}
|
||||
},
|
||||
{
|
||||
"client_id": "633686702274-seee7qsisjmrps3npbnep2i8rtu44hdu.apps.googleusercontent.com",
|
||||
"client_type": 3
|
||||
|
||||
Reference in New Issue
Block a user