Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. import UIKit
  2. import Flutter
  3. import Firebase
  4.  
  5. @UIApplicationMain
  6. @objc class AppDelegate: FlutterAppDelegate {
  7. override func application(
  8. _ application: UIApplication,
  9. didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
  10. ) -> Bool {
  11. GeneratedPluginRegistrant.register(with: self)
  12. FirebaseApp.configure()
  13. return super.application(application, didFinishLaunchingWithOptions: launchOptions)
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement