From 5a58a6620e67852b6e7681501bd4e5e8fb9861d0 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Fri, 23 Jan 2026 02:16:56 +0300 Subject: [PATCH] fix: add Firebase configs (release + debug) --- app/google-services.json | 29 +++++++++++++++++++++++++++++ app/src/debug/google-services.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 app/google-services.json create mode 100644 app/src/debug/google-services.json diff --git a/app/google-services.json b/app/google-services.json new file mode 100644 index 0000000..4690906 --- /dev/null +++ b/app/google-services.json @@ -0,0 +1,29 @@ +{ + "project_info": { + "project_number": "783787781434", + "project_id": "pezkuwi-wallet", + "storage_bucket": "pezkuwi-wallet.firebasestorage.app" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:783787781434:android:3645395a1f99c11c53b403", + "android_client_info": { + "package_name": "io.pezkuwichain.wallet" + } + }, + "oauth_client": [], + "api_key": [ + { + "current_key": "AIzaSyDK_P0TE_QyomWlO1BN79qY4xUAKcei12g" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [] + } + } + } + ], + "configuration_version": "1" +} diff --git a/app/src/debug/google-services.json b/app/src/debug/google-services.json new file mode 100644 index 0000000..1b0e8d1 --- /dev/null +++ b/app/src/debug/google-services.json @@ -0,0 +1,29 @@ +{ + "project_info": { + "project_number": "633686702274", + "project_id": "pezkuwi-wallet-debug", + "storage_bucket": "pezkuwi-wallet-debug.firebasestorage.app" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:633686702274:android:018702ece3f601067e635b", + "android_client_info": { + "package_name": "io.pezkuwichain.wallet.debug" + } + }, + "oauth_client": [], + "api_key": [ + { + "current_key": "AIzaSyBY_4wMnmyc8etnkyNOd_I-bCFAxO2Z-Os" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [] + } + } + } + ], + "configuration_version": "1" +}