-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the latest release version wrong? #3827
Comments
Hi @filipealva - sorry for the confusion. This stems from a variety of factors, let me try to break each one down:
This appears to be a bug with publishing our release notes - there are a few releases missing (including
Both of these stem our CocoaPods setup: we have an "umbrella" Firebase Pod that has subspecs for each part of Firebase. This way you can set your Podfile up with We do this for a couple of reasons, but the primary reason is to encapsulate that all versions defined in the podspec are validated to play nicely together, and have appropriate versions. For example, Re: not finding a CocoaPods reference for 6.7.1 - another interesting side-effect. We deploy the Firebase SDKs via CocoaPods, a Zip file, and with Carthage (experimentally). Firestore needed a fix, so we pushed a new version of the This is great for CocoaPods, but we thought it was unreasonable to change the Zip file shipped as Overall, we should document this better on the iOS releases site (if it's a Zip/Carthage only update), and make sure it's fully up to date.
Using the latest version from CocoaPods should automatically pull in all the latest Firebase frameworks. Apologies for the trouble, and please let me know if that helps explain things! |
I'm going to close this, but if you have further questions or any feedback on the versioning please do share :) |
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 ofFirestore
for iOS is actually1.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!
The text was updated successfully, but these errors were encountered: