Request: bump default firebase-ios-sdk to β₯ 12.13.0
We're on @react-native-firebase 23.8.8 (native Firebase iOS 12.10.0, GoogleUtilities 8.1.0).
Production iOS crashes (SIGBUS, BUS_ADRALN) in:
+[GULNetworkURLSession setSessionInFetcherMap:forSessionID:]
ODCGroupConfigFetcher (Remote Config ODC)
- Concurrent
FPRObjectSwizzler dealloc (Firebase Performance)
Upstream fixes:
npm @react-native-firebase/app@24.0.0 still pins firebase 12.10.0.
Can the next release default sdkVersions.ios.firebase to 12.13.0+ (12.14.0 preferred)?
Workaround we're using: $FirebaseSDKVersion = '12.13.0' in Podfile + GoogleUtilities CocoaPods-8.1.1 git tag.
Request: bump default firebase-ios-sdk to β₯ 12.13.0
We're on @react-native-firebase 23.8.8 (native Firebase iOS 12.10.0, GoogleUtilities 8.1.0).
Production iOS crashes (SIGBUS, BUS_ADRALN) in:
+[GULNetworkURLSession setSessionInFetcherMap:forSessionID:]ODCGroupConfigFetcher(Remote Config ODC)FPRObjectSwizzler dealloc(Firebase Performance)Upstream fixes:
npm @react-native-firebase/app@24.0.0 still pins firebase 12.10.0.
Can the next release default
sdkVersions.ios.firebaseto 12.13.0+ (12.14.0 preferred)?Workaround we're using:
$FirebaseSDKVersion = '12.13.0'in Podfile + GoogleUtilities CocoaPods-8.1.1 git tag.