Skip to content

Instantly share code, notes, and snippets.

@susanna2222
Last active September 18, 2019 06:40
Show Gist options
  • Save susanna2222/ea0d2611524ca3e0a031bd65a663f3a5 to your computer and use it in GitHub Desktop.
Save susanna2222/ea0d2611524ca3e0a031bd65a663f3a5 to your computer and use it in GitHub Desktop.
import UIKit
import Firebase
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
FirebaseApp.configure()
return true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment