like the title says: I'm trying to add data from Firebase to my Today Extension. I've added all of the frameworks from my main project and now I'm trying to "import Firebase" into the .swift file for the today extension and it can't find it.
I'm using Swift 2.3 and the latest version of Firebase. Also, I'm very new to development so while I'm getting pretty familiar with the tools and language, I'm not entirely sure how everything connects so it's hard for me to troubleshoot. (And Google isn't pulling up anything relevant.)
I have not added the Google Info plist file to the app extension or pod files. But all of that is in the main project and working just fine.
Any help would be great. Thank you!