Skip to content

Instantly share code, notes, and snippets.

@PattyAppier
Created April 27, 2018 06:56
Show Gist options
  • Save PattyAppier/e8b173c2ad34e618b4257bb9e09d9598 to your computer and use it in GitHub Desktop.
Save PattyAppier/e8b173c2ad34e618b4257bb9e09d9598 to your computer and use it in GitHub Desktop.
Google_Map_import_to_iOS_Project
//Firebase and Cocoapod
import UIKit
import Firebase
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?)
-> Bool {
FirebaseApp.configure()
return true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment