Please help. After migrating to new Firebase I can\'t retrieve data. Use this construction:
let ref = FIRDatabase.database().reference() override func viewDidL
I was getting this error until I made FIRApp.configure() the first line in the AppDelegate didFinishLaunchingWithOptions
FIRApp.configure()
AppDelegate
didFinishLaunchingWithOptions