I\'m trying to upgrade my app to the new version of Firebase. I went through the setup guide and edited all of my code to match the new syntax. However, when I run the app,
In AppDelegate.m, outside of didFinishLaunchingWithOptions,
AppDelegate.m
didFinishLaunchingWithOptions
override init() { FIRApp.configure() FIRDatabase.database().persistenceEnabled = true }