I upgraded Firebase today and now I am having a very unusual problem
Use of unresolved identifier FirebaseApp.
I have done everything as per the documentation provided by firebase here. I have insert GoogleService-Info.plist on my project and pod i have install are as follows:
pod 'Firebase/Core
pod 'Firebase/Database
pod 'Firebase/Messaging
I am using XCode 7.3.1 and my deployment target is 9.0
Any insight you can give is greatly appreciated! Thank you!

It seems this is a potential bug in the latest release.
Try specifying
import FirebaseCoreinstead.