summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-12-04 23:16:08 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-12-04 23:16:08 +0200
commit19709e296aec10d2cd24f904a87243216a454d5f (patch)
treee18982e7ee2d0f550c36601286a6371486de619e /ios
parentd7946d6a76f6f04de0feea1e97aeb80031c15efc (diff)
downloadcarpool-19709e296aec10d2cd24f904a87243216a454d5f.tar.xz
carpool-19709e296aec10d2cd24f904a87243216a454d5f.zip
Added auth to signup page + some UI refactoring
Diffstat (limited to 'ios')
-rw-r--r--ios/Runner/GoogleService-Info.plist30
-rw-r--r--ios/firebase_app_id_file.json7
2 files changed, 37 insertions, 0 deletions
diff --git a/ios/Runner/GoogleService-Info.plist b/ios/Runner/GoogleService-Info.plist
new file mode 100644
index 0000000..671b01a
--- /dev/null
+++ b/ios/Runner/GoogleService-Info.plist
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>API_KEY</key>
+ <string>AIzaSyDPVVoV41YzjMvC08fsQ7Rfmx2TsIMVrQY</string>
+ <key>GCM_SENDER_ID</key>
+ <string>824587935735</string>
+ <key>PLIST_VERSION</key>
+ <string>1</string>
+ <key>BUNDLE_ID</key>
+ <string>com.example.carpool</string>
+ <key>PROJECT_ID</key>
+ <string>carpool-3cd5c</string>
+ <key>STORAGE_BUCKET</key>
+ <string>carpool-3cd5c.appspot.com</string>
+ <key>IS_ADS_ENABLED</key>
+ <false></false>
+ <key>IS_ANALYTICS_ENABLED</key>
+ <false></false>
+ <key>IS_APPINVITE_ENABLED</key>
+ <true></true>
+ <key>IS_GCM_ENABLED</key>
+ <true></true>
+ <key>IS_SIGNIN_ENABLED</key>
+ <true></true>
+ <key>GOOGLE_APP_ID</key>
+ <string>1:824587935735:ios:0dbe8ccf1d11351d5298f2</string>
+</dict>
+</plist> \ No newline at end of file
diff --git a/ios/firebase_app_id_file.json b/ios/firebase_app_id_file.json
new file mode 100644
index 0000000..add4765
--- /dev/null
+++ b/ios/firebase_app_id_file.json
@@ -0,0 +1,7 @@
+{
+ "file_generated_by": "FlutterFire CLI",
+ "purpose": "FirebaseAppID & ProjectID for this Firebase app in this directory",
+ "GOOGLE_APP_ID": "1:824587935735:ios:0dbe8ccf1d11351d5298f2",
+ "FIREBASE_PROJECT_ID": "carpool-3cd5c",
+ "GCM_SENDER_ID": "824587935735"
+} \ No newline at end of file