Firebase References undeclared

前端 未结 6 1839
心在旅途
心在旅途 2021-02-19 21:07

I created a new Xcode project, added the \'Firebase\' pod to my pod file and installed it, and added the Google-services.plist file and the rest according to the Firebase docume

6条回答
  •  北荒
    北荒 (楼主)
    2021-02-19 21:36

    Problem solved by removing "FIR" form the words ("FIRDatabaseReference" and "FIRDatabaseHandle")

    Also that import "Firebase" in the viewController

提交回复
热议问题