From 6033b12f05af121f7701a5c1dde2ce459eb7b0a8 Mon Sep 17 00:00:00 2001 From: null Date: Tue, 16 Jun 2026 21:47:42 -0500 Subject: [PATCH] security: remove google-services.json from repo and git tracking, add to .gitignore --- .gitignore | 3 +++ app/google-services.json | 39 --------------------------------------- 2 files changed, 3 insertions(+), 39 deletions(-) delete mode 100644 app/google-services.json diff --git a/.gitignore b/.gitignore index 7ee3b88e..7beb9b3c 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,6 @@ out/ # App module build app/build/ SecurityReport.md + +# Firebase config (contains project ID, app ID, OAuth client, API key) +app/google-services.json diff --git a/app/google-services.json b/app/google-services.json deleted file mode 100644 index c6d4af9c..00000000 --- a/app/google-services.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "project_info": { - "project_number": "556235913214", - "project_id": "couples-connect-dev", - "storage_bucket": "couples-connect-dev.firebasestorage.app" - }, - "client": [ - { - "client_info": { - "mobilesdk_app_id": "1:556235913214:android:7adcf54be6d48f1bc8b2af", - "android_client_info": { - "package_name": "app.closer" - } - }, - "oauth_client": [ - { - "client_id": "556235913214-l3risvbo7ouv80e22cojblufhjchgn1a.apps.googleusercontent.com", - "client_type": 3 - } - ], - "api_key": [ - { - "current_key": "AIzaSyAyYGj7-WBZcRFGFiG13gDFMBM251vuVrE" - } - ], - "services": { - "appinvite_service": { - "other_platform_oauth_client": [ - { - "client_id": "556235913214-l3risvbo7ouv80e22cojblufhjchgn1a.apps.googleusercontent.com", - "client_type": 3 - } - ] - } - } - } - ], - "configuration_version": "1" -} \ No newline at end of file