-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
fix(ios, sdk): adopt firebase-ios-sdk 11.3.0 #8042
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Note that firestore-ios-sdk-frameworks does not have an 11.3.0 in the works, this was a simple change to a single character in package.json but that's more involved, and I am not personally involved so I have no control over that one Not sure if it's possible to just override your firebase-ios-sdk version locally @efstathiosntonas in the Podfile (perhaps with an expo plugin doing an unsafe edit literally anywhere in the file, like just adding a line at the top that has the override variable?) |
Hi Mike, I've been always pinning firebase on my Podfile, I never bump them before you release an rn-firebase for the reasons you mentioned above, can't tell if there are breaking changes or not on our side that's why I pinged you on ios-sdk repo. $FirebaseSDKVersion = '11.3.0'
pod 'FirebaseAppCheckInterop', '=' + "11.3.0"
pod 'FirebaseAuthInterop', '=' + "11.3.0"
pod 'FirebaseMessagingInterop', '=' + "11.3.0"
pod 'FirebaseSharedSwift', '=' + "11.3.0"
pod 'FirebaseCoreInternal', '=' + "11.3.0"
pod 'FirebaseInstallations', '=' + "11.3.0"
pod 'FirebaseCoreExtension', '=' + "11.3.0" I've built the app but it crashed on boot, felt the same crash like with I don't think we should merge this until ios-sdk repo issue has more feedback from more devs. |
2418421
to
b78119c
Compare
This should be good to go now that firestore-ios-sdk-frameworks 11.3.0 is published and seems to be working well |
Description
A simple bump to the firebase-ios-sdk per request from @efstathiosntonas
Related issues
None logged
Release Summary
single conventional commit
Checklist
Android
iOS
e2e
tests added or updated inpackages/\*\*/e2e
jest
tests added or updated inpackages/\*\*/__tests__
Test Plan
CI should validate it
Think
react-native-firebase
is great? Please consider supporting the project with any of the below:React Native Firebase
andInvertase
on Twitter