diff --git a/.gitignore b/.gitignore index fd16871..4535cd9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ # Xcode # -build/ *.pbxuser !default.pbxuser *.mode1v3 @@ -60,4 +59,5 @@ buck-out/ /ios/Pods/ remote-schema.graphql -/android/upload.jks \ No newline at end of file +upload.jks +google-services.json diff --git a/android/app/google-services.json b/android/app/google-services.json deleted file mode 100644 index fdb16da..0000000 --- a/android/app/google-services.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "project_info": { - "project_number": "880724390654", - "project_id": "zdam-egzamin-zawodowy", - "storage_bucket": "zdam-egzamin-zawodowy.appspot.com" - }, - "client": [ - { - "client_info": { - "mobilesdk_app_id": "1:880724390654:android:5b44bcb038498ee7d2ebaf", - "android_client_info": { - "package_name": "com.dawidwysokinski.zdamegzaminzawodowy" - } - }, - "oauth_client": [ - { - "client_id": "880724390654-40phpnli27tqklqkifrb5b6uhoq7gl5q.apps.googleusercontent.com", - "client_type": 1, - "android_info": { - "package_name": "com.dawidwysokinski.zdamegzaminzawodowy", - "certificate_hash": "03e564d2bb0aed7d04593c5cd9c7bf1cb478bd35" - } - }, - { - "client_id": "880724390654-d8eh9cnkc3oc21mv6s09ig8u6m78499u.apps.googleusercontent.com", - "client_type": 3 - } - ], - "api_key": [ - { - "current_key": "AIzaSyCHQT3wuUUx6OA3qW2BqZEqoqXdjzPyWDc" - } - ], - "services": { - "appinvite_service": { - "other_platform_oauth_client": [ - { - "client_id": "880724390654-d8eh9cnkc3oc21mv6s09ig8u6m78499u.apps.googleusercontent.com", - "client_type": 3 - } - ] - } - } - } - ], - "configuration_version": "1" -} \ No newline at end of file