diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-12-20 19:40:11 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-12-20 19:40:11 +0200 |
| commit | b84fe9a9c4c18a3f4e957f76ead34403c4316f76 (patch) | |
| tree | 14e4b37ae137ed538eaa14af4228c41033facac8 /mobile/android/app/google-services.json | |
| parent | 953b5ce3ad7e933c6f008202346fe5bf2985bf9e (diff) | |
| download | carpool-b84fe9a9c4c18a3f4e957f76ead34403c4316f76.tar.xz carpool-b84fe9a9c4c18a3f4e957f76ead34403c4316f76.zip | |
Added a simple Login and SignUp page for the web driver app
Diffstat (limited to 'mobile/android/app/google-services.json')
| -rw-r--r-- | mobile/android/app/google-services.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/mobile/android/app/google-services.json b/mobile/android/app/google-services.json new file mode 100644 index 0000000..52c8581 --- /dev/null +++ b/mobile/android/app/google-services.json @@ -0,0 +1,29 @@ +{ + "project_info": { + "project_number": "824587935735", + "project_id": "carpool-3cd5c", + "storage_bucket": "carpool-3cd5c.appspot.com" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:824587935735:android:4cd4c87a6a1246105298f2", + "android_client_info": { + "package_name": "com.example.carpool" + } + }, + "oauth_client": [], + "api_key": [ + { + "current_key": "AIzaSyBHYiITx2IFiHrDbwU65eKiy3bHhpDgPG0" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [] + } + } + } + ], + "configuration_version": "1" +}
\ No newline at end of file |
