Retrieve data from new Firebase

前端 未结 9 2831
醉梦人生
醉梦人生 2021-02-15 23:40

Please help. After migrating to new Firebase I can\'t retrieve data. Use this construction:

let ref = FIRDatabase.database().reference()

override func viewDidL         


        
9条回答
  •  醉话见心
    2021-02-16 00:36

    I was getting this error until I made FIRApp.configure() the first line in the AppDelegate didFinishLaunchingWithOptions

提交回复
热议问题