Skip to content

Instantly share code, notes, and snippets.

@hrvolapeter
Created March 22, 2020 17:50
Show Gist options
  • Save hrvolapeter/18eeac6423c9a9d19ebab5b4f396b006 to your computer and use it in GitHub Desktop.
Save hrvolapeter/18eeac6423c9a9d19ebab5b4f396b006 to your computer and use it in GitHub Desktop.
Zetten - app delegate part 4
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