I've been following a Firebase tutorial for Swift here.
In the project I don't see any explicit 'import FirebaseXXX' within any of the files and was curious how this was being done.
I'm trying to get the same behavior in project but haven't had much luck yet. I have the same Bridging Header in my project, I've tried building/cleaning my project, and I've done 'pod update' and 'pod install' after adding the different pods to my Podfile.
So how exactly is this being done?
Thanks!