Please help. After migrating to new Firebase I can\'t retrieve data. Use this construction:
let ref = FIRDatabase.database().reference() override func viewDidL
In my case I had to change the configure to be called before calling the super applicationDidLaunch:
[FIRApp configure]; [super application:application didFinishLaunchingWithOptions:launchOptions];