Skip to content

Instantly share code, notes, and snippets.

View benjaminths's full-sized avatar
🍏

Benjamin benjaminths

🍏
View GitHub Profile
class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
// [...]
// Insert this BEFORE Batch.start(withAPIKey:)
FirebaseBatchIntegration.setup()
}
}