Skip to content

Instantly share code, notes, and snippets.

@dimohamdy
Created January 15, 2019 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimohamdy/6b256e1459cbe154b43652fb68fef69a to your computer and use it in GitHub Desktop.
Save dimohamdy/6b256e1459cbe154b43652fb68fef69a to your computer and use it in GitHub Desktop.
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
// Use Firebase library to configure APIs
FirebaseApp.configure()
//get remote config from firebase
LoginConfigManager.shared.getData()
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment