Firebase References undeclared

前端 未结 6 1135
闹比i
闹比i 2021-02-19 20:38

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:30

    Just had the same problem, but after a while I realized that I was missing an entry in the pod-file, your pod-file should contain:

    pod 'Firebase/Database'
    

    Hope it works now :)

提交回复
热议问题