I wish I had never updated my pod, the entire project was full of errors, one specific error is in the photo below, I can\'t fix it and I was ready to submit my app to the A
Looks like you just upgraded to Firebase version 4 ;) This new version contains many breaking changes (and some good stuff too!) for Swift based projects.
You should follow their migration guide to fix your issues. For instance, the error you highlighted, on the StorageReference
class, can easily be fixed by renaming the offending put
method to putData
, and so on.
By the way, no naming changes have been made to the Objective-C SDK.