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

Support Firebase version 7 #13

Closed
wants to merge 1 commit into from

Conversation

getogrand
Copy link

We cannot use Firebase version 7 SDK due to the s.dependency 'FirebaseFirestoreSwift', which is the last non-beta version is '0.4.0'.
The 'FirebaseFirestoreSwift 0.4.0' depends on 'FirebaseFirestore ~> 1.6, FirebaseFirestore >= 1.6.1' and it blocks to update Firestore and Firebase SDK version.

This PR sets FirebaseFirestoreSwift to '~> 7.3.0-beta'.
It unlocks the updating of FirebaseSDK version, but unfortunately it has beta versioning so it won't be resolved any other version (e.g. 7.3.1-beta, 7.4.0-beta, etc..).
So we should change the 'CombineFirebaseFirestore.podspec' on every future 'FirebaseFirestoreSwift' releases.

@kshivang
Copy link
Collaborator

kshivang commented Jan 12, 2021

Nice PR @getogrand, sorry for responding late was very busy for couple of weeks, will look and test PR by sunday this week. Meanwhile any new thoughts or improvement is very much appreciated.

@kshivang
Copy link
Collaborator

This PR redundant as #14, if I am missing any thing please open this again

@kshivang kshivang closed this May 10, 2021
@getogrand
Copy link
Author

@kshivang Both PRs are completely different. The PR #14 handles SPM only. This PR handles CocoaPods.
I want to reopen this PR but there is no permission to do that.

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

Successfully merging this pull request may close these issues.

None yet

2 participants