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

[cloud_firestore]: Upgrade iOS SDK to latest to fix gRPC bug #17209

Open
1 task done
adamkoch opened this issue Mar 17, 2025 · 4 comments · May be fixed by #17169
Open
1 task done

[cloud_firestore]: Upgrade iOS SDK to latest to fix gRPC bug #17209

adamkoch opened this issue Mar 17, 2025 · 4 comments · May be fixed by #17169
Labels
Needs Attention This issue needs maintainer attention. platform: ios Issues / PRs which are specifically for iOS. plugin: cloud_firestore type: bug Something isn't working

Comments

@adamkoch
Copy link

Is there an existing issue for this?

  • I have searched the existing issues.

Which plugins are affected?

Other

Which platforms are affected?

iOS

Description

Would it be possible to cut a new flutter firestore release that has the latest iOS SDK? (11.9.0 or higher)
https://github.com/firebase/firebase-ios-sdk/releases/tag/11.9.0

There is a specific bug that we see quite frequently in the wild that was fixed ~3 weeks ago:
firebase/firebase-ios-sdk#14018

Thanks!

Reproducing the issue

Please see discussion here:
firebase/firebase-ios-sdk#14018

Firebase Core version

3.12.1

Flutter Version

3.29.0

Relevant Log Output

Please see here:
https://github.com/firebase/firebase-ios-sdk/issues/14018

Flutter dependencies

Expand Flutter dependencies snippet
Replace this line with the contents of your `flutter pub deps -- --style=compact`.

Additional context and comments

No response

@adamkoch adamkoch added Needs Attention This issue needs maintainer attention. type: bug Something isn't working labels Mar 17, 2025
@SelaseKay SelaseKay added plugin: cloud_firestore platform: ios Issues / PRs which are specifically for iOS. labels Mar 18, 2025
@SelaseKay
Copy link
Contributor

Hi @adamkoch, thanks for the report! There's already an active task queued up to bump the iOS SDK version.

@SelaseKay SelaseKay linked a pull request Mar 18, 2025 that will close this issue
10 tasks
@adamkoch
Copy link
Author

Great, thanks.

For anyone else that runs into this and is waiting on the fix more urgently, you can add this to the top of your Podfile to force the iOS SDK version for now and it everything seems to work fine:

$FirebaseSDKVersion = '11.9.0'

@maxiggle
Copy link

@adamkoch did you happen to run into deprications like I have here?
Tried your solution but got the same out put

deprecated.txt

@adamkoch
Copy link
Author

adamkoch commented Mar 18, 2025

did you happen to run into deprications like I have here?

@maxiggle No I didn't get any deprecations or errors. I did have to do the usual clean, pub get, pod install (and I think pod repo update).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Attention This issue needs maintainer attention. platform: ios Issues / PRs which are specifically for iOS. plugin: cloud_firestore type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants