Ok. looks like the problem originally stemmed from FirebaseFirestoreSwift. Google had changed from using 0.x for beta versions, and instead used 7.0-beta to indicate beta. I was not able to update FirebaseFirestoreSwift, which prevented my updating the other google pods, like firebase. the fix is pod 'FirebaseFirestoreSwift', '~> 7.0-beta'. then do pod update
Topic:
Programming Languages
SubTopic:
Swift
Tags: