diff --git a/frontend/ios/Runner/AppDelegate.swift b/frontend/ios/Runner/AppDelegate.swift index 70693e4a..077fc083 100644 --- a/frontend/ios/Runner/AppDelegate.swift +++ b/frontend/ios/Runner/AppDelegate.swift @@ -1,5 +1,6 @@ import UIKit import Flutter +import Firebase @UIApplicationMain @objc class AppDelegate: FlutterAppDelegate { @@ -7,6 +8,7 @@ import Flutter _ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? ) -> Bool { + FirebaseApp.configure() GeneratedPluginRegistrant.register(with: self) return super.application(application, didFinishLaunchingWithOptions: launchOptions) } diff --git a/frontend/ios/Runner/GoogleService-Info.plist b/frontend/ios/Runner/GoogleService-Info.plist new file mode 100644 index 00000000..ea12c0cd --- /dev/null +++ b/frontend/ios/Runner/GoogleService-Info.plist @@ -0,0 +1,34 @@ + + + + + CLIENT_ID + 387936576242-lr7i0b7lnvect4csvjmfrpkl65ejj652.apps.googleusercontent.com + REVERSED_CLIENT_ID + com.googleusercontent.apps.387936576242-lr7i0b7lnvect4csvjmfrpkl65ejj652 + API_KEY + AIzaSyAX7fHhc9a7Fjb9o89Ewz6bijX37M7Zxik + GCM_SENDER_ID + 387936576242 + PLIST_VERSION + 1 + BUNDLE_ID + com.example.autoGptFlutterClient + PROJECT_ID + prod-auto-gpt + STORAGE_BUCKET + prod-auto-gpt.appspot.com + IS_ADS_ENABLED + + IS_ANALYTICS_ENABLED + + IS_APPINVITE_ENABLED + + IS_GCM_ENABLED + + IS_SIGNIN_ENABLED + + GOOGLE_APP_ID + 1:387936576242:ios:e8378b65ce73a7f0d7a66b + + \ No newline at end of file