security: remove google-services.json from repo and git tracking, add to .gitignore

This commit is contained in:
null 2026-06-16 21:47:42 -05:00
parent 06fc3aa95a
commit 6033b12f05
2 changed files with 3 additions and 39 deletions

3
.gitignore vendored
View File

@ -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

View File

@ -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"
}