Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created May 9, 2018 17:57
Show Gist options
  • Save azamsharp/eb99eb6dbbd9459758b5256f23f95723 to your computer and use it in GitHub Desktop.
Save azamsharp/eb99eb6dbbd9459758b5256f23f95723 to your computer and use it in GitHub Desktop.
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: 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