Skip to content
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

Update to latest version of Firebase #12

Open
ts95 opened this issue Dec 22, 2020 · 7 comments
Open

Update to latest version of Firebase #12

ts95 opened this issue Dec 22, 2020 · 7 comments
Labels
enhancement New feature or request

Comments

@ts95
Copy link

ts95 commented Dec 22, 2020

Firebase has received quite a few updates in the past couple of months. Could you update the Firebase dependency so that it points to the latest version (7.3.1 as of this writing)?

@kshivang kshivang added the enhancement New feature or request label Jan 12, 2021
@kshivang
Copy link
Collaborator

My apologies for responding late, was very busy for couple of weeks. Will look into this by Sunday. Meanwhile you can checkout theses PRs 1st & 2nd regarding this only. Any new idea/suggestion or new PR regarding this would be very much appreciated.

@sedestrian
Copy link

Could we have support for firebase > 8.0 please?

@staticdreams
Copy link

Any updates on this or the whole idea to support 8.0 is on indefinite standby?

@kshivang
Copy link
Collaborator

kshivang commented Oct 8, 2021

Should be resolved by now (if you are using with SPM), just invalidate SPM cache.

@sprzenus
Copy link
Contributor

It isn't released yet. Using master branch you can use firebase 8+ with SPM

@rrozenv
Copy link

rrozenv commented Dec 2, 2021

Hey @sprzenus @kshivang is there any update on this? When adding CombineFirebase as a package dependency (using either branch: master or Up to next major: 0.3.0 on Xcode 13.1 it still uses Firebase 7.11.1.

It does seem like the 8.0.0 release is officially supported without needing to use the master branch: https://github.com/firebase/firebase-ios-sdk/blob/master/SwiftPackageManager.md

Thanks!

@sprzenus
Copy link
Contributor

sprzenus commented Dec 2, 2021

@rrozenv It worked with the last released version with CocoaPods, but it didn't with SwiftPM.

Note that you have to have both Firebase and CombineFirebase included in the same package manager.

Before merging #20, the framework linked in Swift Package Manager required Firebase in version less than 8. The commit extended supported Firebase version up to 9.0.0 (not included)

However, Firebase in version 8.10.0 added some Combine support. Didn't check that out, though...
You'll find more info in Firebase Release Notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants