Description
Guys, I'm trying to get all my pods on the latest version and I'm suffering to understand how versioning semantics work for Firebase.
Let me give one example, the latest release on Cocoapods and on GitHub is 6.8.1
as seen below:
On this release you guys refer to the Firebase iOS Release notes, but when I go there the latest version is 6.7.1
Cocoapods couldn't even find a reference for 6.7.1
, btw.
To make things even more confuse, the latest release note for 6.7.1
is about Cloud Firestore, but the latest version of Firestore
for iOS is actually 1.5.0
.
I'm struggling to update everything here and I'm sure I'll get to a point where everything works, but the issue is: it doesn't makes sense for me at all.
Am I missing something? There's a place that states the current version for each "sub" framework of Firebase?
Thanks in advance!