From c26733178d8960693d86144d166303d382fc0143 Mon Sep 17 00:00:00 2001 From: acrespo Date: Mon, 30 Mar 2026 13:18:06 -0300 Subject: [PATCH] Rm local debug google services json --- android/apolloui/.gitignore | 4 +- .../apolloui/src/local/google-services.json | 38 ------------------- 2 files changed, 3 insertions(+), 39 deletions(-) delete mode 100644 android/apolloui/src/local/google-services.json diff --git a/android/apolloui/.gitignore b/android/apolloui/.gitignore index f1710804..064284d0 100644 --- a/android/apolloui/.gitignore +++ b/android/apolloui/.gitignore @@ -5,4 +5,6 @@ *serviceaccount-key.json # Fastlane -fastlane/report.xml \ No newline at end of file +fastlane/report.xml + +src/local/google-services.json diff --git a/android/apolloui/src/local/google-services.json b/android/apolloui/src/local/google-services.json deleted file mode 100644 index e7711091..00000000 --- a/android/apolloui/src/local/google-services.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "project_info": { - "project_number": "880007565849", - "firebase_url": "https://muun-debug.firebaseio.com", - "project_id": "muun-debug", - "storage_bucket": "muun-debug.appspot.com" - }, - "client": [ - { - "client_info": { - "mobilesdk_app_id": "1:880007565849:android:95b71477f4f55308", - "android_client_info": { - "package_name": "io.muun.apollo.debug" - } - }, - "oauth_client": [ - { - "client_id": "880007565849-39tect1mc9e6l8c05rg1vouoopnmruuq.apps.googleusercontent.com", - "client_type": 1, - "android_info": { - "package_name": "io.muun.apollo.debug", - "certificate_hash": "be87aae76d32f68a229c48624e1e907f88ab2fb6" - } - }, - { - "client_id": "880007565849-iegtr4pdrkkf0qbcu8gvm27pl64hsmro.apps.googleusercontent.com", - "client_type": 3 - } - ], - "api_key": [ - { - "current_key": "AIzaSyDrAwVipDayA8YfKkfCDW6u9CfOps1R9co" - } - ] - } - ], - "configuration_version": "1" -} \ No newline at end of file