From d79b1e1957edd924b4ddf5beb8b0c569a8055d5a Mon Sep 17 00:00:00 2001 From: Bettina Kelhar Date: Fri, 22 Mar 2024 09:13:50 +0100 Subject: [PATCH] SIANXSVC-1228: update google-service.json path in gitignore --- .gitignore | 5 +---- app/google-services.json | 48 ---------------------------------------- 2 files changed, 1 insertion(+), 52 deletions(-) delete mode 100644 app/google-services.json diff --git a/.gitignore b/.gitignore index affef424..edcb7b04 100644 --- a/.gitignore +++ b/.gitignore @@ -46,8 +46,5 @@ config/debug_signing.jks config/release_signing.jks config/release_upload.jks config/release_upload_cert.pem -app/src/debug/google-services.json -app/src/main/google-services.json -app/src/release/google-services.json -app/src/releaseLocal/google-services.json +app/google-services.json scripts/ diff --git a/app/google-services.json b/app/google-services.json deleted file mode 100644 index 2f56effa..00000000 --- a/app/google-services.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "project_info": { - "project_number": "657102836550", - "firebase_url": "https://anexia-authenticator.firebaseio.com", - "project_id": "anexia-authenticator", - "storage_bucket": "anexia-authenticator.appspot.com" - }, - "client": [ - { - "client_info": { - "mobilesdk_app_id": "1:657102836550:android:c9cac23552969ace", - "android_client_info": { - "package_name": "at.anexia.authenticator" - } - }, - "oauth_client": [ - { - "client_id": "657102836550-o61kdidhndmkg6bq3g69hpt3eub75bjv.apps.googleusercontent.com", - "client_type": 1, - "android_info": { - "package_name": "at.anexia.authenticator", - "certificate_hash": "1f38c2c5ac3245599fbe5e7c91dff0f1c69ce3b8" - } - }, - { - "client_id": "657102836550-3lm99dicqd8d66ksrfom7i506v2dlvnf.apps.googleusercontent.com", - "client_type": 3 - } - ], - "api_key": [ - { - "current_key": "AIzaSyD__lK86WTn4nzrv4NTwO2bAG2GxG5QVME" - } - ], - "services": { - "appinvite_service": { - "other_platform_oauth_client": [ - { - "client_id": "657102836550-3lm99dicqd8d66ksrfom7i506v2dlvnf.apps.googleusercontent.com", - "client_type": 3 - } - ] - } - } - } - ], - "configuration_version": "1" -} \ No newline at end of file