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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 [firebase_core] firebase_sdk_version outdated after flutterfire_ui 0.4.3+8 (firebase_core) release #9537

Closed
cybex-dev opened this issue Sep 14, 2022 · 2 comments
Labels
platform: ios Issues / PRs which are specifically for iOS. plugin: core resolution: fixed A fix has been merged or is pending merge from a PR.

Comments

@cybex-dev
Copy link

Bug report

firebase_sdk_version may need to be updated to reflect the latest cloud_firestore for iOS platform.

# https://firebase.google.com/support/release-notes/ios
def firebase_sdk_version!()
  '9.5.0' # update to 9.6.0
end

Reference issue (with more details) from firestore-ios-sdk-frameworks suggested by @mikehardy.

@cybex-dev cybex-dev added Needs Attention This issue needs maintainer attention. type: bug Something isn't working labels Sep 14, 2022
@cybex-dev
Copy link
Author

Temporary workaround, overriding specific version in Podfile.

# Override Firebase SDK Version
$FirebaseSDKVersion = '9.6.0'

@darshankawar darshankawar added the triage Issue is currently being triaged. label Sep 15, 2022
@darshankawar
Copy link

darshankawar commented Sep 15, 2022

A PR to update the version is already open that you may follow for updates. #9531
Closing, as this will be fixed when the PR is merged.

@darshankawar darshankawar added plugin: core platform: ios Issues / PRs which are specifically for iOS. and removed Needs Attention This issue needs maintainer attention. triage Issue is currently being triaged. labels Sep 15, 2022
@darshankawar darshankawar added resolution: fixed A fix has been merged or is pending merge from a PR. and removed type: bug Something isn't working labels Sep 15, 2022
@firebase firebase locked and limited conversation to collaborators Oct 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
platform: ios Issues / PRs which are specifically for iOS. plugin: core resolution: fixed A fix has been merged or is pending merge from a PR.
Projects
None yet
Development

No branches or pull requests

2 participants