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