From c1666afcd1a1196d52df897769e3e5e7ada9fba2 Mon Sep 17 00:00:00 2001 From: Rakesh Merugu Date: Tue, 23 May 2023 19:09:53 +0530 Subject: [PATCH] New Feature : Prescription Digitization --- .gitignore | 1 - frontEnd/.gitignore | 3 +- frontEnd/configs/GoogleService-Info.plist | 38 -------------- frontEnd/configs/google-services.json | 63 ----------------------- 4 files changed, 2 insertions(+), 103 deletions(-) delete mode 100644 .gitignore delete mode 100644 frontEnd/configs/GoogleService-Info.plist delete mode 100644 frontEnd/configs/google-services.json diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 52e5937..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -configs \ No newline at end of file diff --git a/frontEnd/.gitignore b/frontEnd/.gitignore index 915d8ad..18d6e58 100644 --- a/frontEnd/.gitignore +++ b/frontEnd/.gitignore @@ -73,4 +73,5 @@ yarn-error.log web-build/ dist/ -package-lock.json \ No newline at end of file +package-lock.json +configs \ No newline at end of file diff --git a/frontEnd/configs/GoogleService-Info.plist b/frontEnd/configs/GoogleService-Info.plist deleted file mode 100644 index 7123c5f..0000000 --- a/frontEnd/configs/GoogleService-Info.plist +++ /dev/null @@ -1,38 +0,0 @@ - - - - - CLIENT_ID - 25810055892-cdvtcu9in7lp8d8sg99ei5namgf5m904.apps.googleusercontent.com - REVERSED_CLIENT_ID - com.googleusercontent.apps.25810055892-cdvtcu9in7lp8d8sg99ei5namgf5m904 - ANDROID_CLIENT_ID - 25810055892-io0nqs8jmppn32kq3olajeq777po5l6e.apps.googleusercontent.com - API_KEY - AIzaSyCe6s3W4vIJHt_5WFersyqnlSyMABUEPyc - GCM_SENDER_ID - 25810055892 - PLIST_VERSION - 1 - BUNDLE_ID - com.mrakesh0608.Sahaay - PROJECT_ID - sahaay-6a05b - STORAGE_BUCKET - sahaay-6a05b.appspot.com - IS_ADS_ENABLED - - IS_ANALYTICS_ENABLED - - IS_APPINVITE_ENABLED - - IS_GCM_ENABLED - - IS_SIGNIN_ENABLED - - GOOGLE_APP_ID - 1:25810055892:ios:d9df702ff3e31df1c30141 - DATABASE_URL - https://sahaay-6a05b-default-rtdb.firebaseio.com - - \ No newline at end of file diff --git a/frontEnd/configs/google-services.json b/frontEnd/configs/google-services.json deleted file mode 100644 index 124ac13..0000000 --- a/frontEnd/configs/google-services.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "project_info": { - "project_number": "25810055892", - "firebase_url": "https://sahaay-6a05b-default-rtdb.firebaseio.com", - "project_id": "sahaay-6a05b", - "storage_bucket": "sahaay-6a05b.appspot.com" - }, - "client": [ - { - "client_info": { - "mobilesdk_app_id": "1:25810055892:android:adf1a3f3e6211270c30141", - "android_client_info": { - "package_name": "com.mrakesh0608.Sahaay" - } - }, - "oauth_client": [ - { - "client_id": "25810055892-io0nqs8jmppn32kq3olajeq777po5l6e.apps.googleusercontent.com", - "client_type": 1, - "android_info": { - "package_name": "com.mrakesh0608.Sahaay", - "certificate_hash": "a2ae189590d2905fbf833a399cc62a4391d0bddb" - } - }, - { - "client_id": "25810055892-r9l93bnn829i4eq4vqm9sgs6cuhf6ps6.apps.googleusercontent.com", - "client_type": 1, - "android_info": { - "package_name": "com.mrakesh0608.Sahaay", - "certificate_hash": "8f197e1dbcca283edec964fd4192f567f200d449" - } - }, - { - "client_id": "25810055892-tch68r59mbucf6m838pcmqfsqr64qnap.apps.googleusercontent.com", - "client_type": 3 - } - ], - "api_key": [ - { - "current_key": "AIzaSyB75t5QgTdmBC2pD0D8BkBHhsU2al7lLfE" - } - ], - "services": { - "appinvite_service": { - "other_platform_oauth_client": [ - { - "client_id": "25810055892-0agud1s2l3tfo87669b1t01bclsmj6ar.apps.googleusercontent.com", - "client_type": 3 - }, - { - "client_id": "25810055892-cdvtcu9in7lp8d8sg99ei5namgf5m904.apps.googleusercontent.com", - "client_type": 2, - "ios_info": { - "bundle_id": "com.mrakesh0608.Sahaay" - } - } - ] - } - } - } - ], - "configuration_version": "1" -} \ No newline at end of file