security: remove google-services.json from repo and git tracking, add to .gitignore
This commit is contained in:
parent
06fc3aa95a
commit
6033b12f05
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in New Issue