When trying to configure XCode to work with Firebase 3, using the code in the setup docs gives me an error:
https://firebase.google.com/docs/ios/setup#add_the_sdk
I just resoved it by change Firebase.configure() to FIRApp.configure()
Chill :)