-
Hi, I want to upgrade crashlytics SDK as old SDKs are no longer supported. How can I upgrade crashlytics sdk without migrating to v6? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Don't think this is possible actually. I recall in v6 onwards, Firebase Crashlytics SDK is being use. Bear in mind..
|
Beta Was this translation helpful? Give feedback.
-
@Suraj3505 v5 will receive no support and will not receive a backport of the Firebase Crashlytics change. You can attempt the backport yourself using the PR against v6+ for guidance if you like but if there is one thing I can emphasize strongly: you need to update to the current stable versions. We integrated about 15 user-facing functionality improvements or fixes just this month https://github.com/invertase/react-native-firebase/pulse/monthly and one of those was to bump the underying library versions which pulls in another pile of fixes (https://github.com/firebase/firebase-android-sdk/pulse/monthly / https://github.com/firebase/firebase-ios-sdk/pulse/monthly) - and a lot of those are targetted for instance at working on ios14 which will release shortly. Why would you not make the necessary changes (migrating to v6) so that you can absorb these changes? It's been more than a year since the v5/v6 switch: it's time |
Beta Was this translation helpful? Give feedback.
@Suraj3505 v5 will receive no support and will not receive a backport of the Firebase Crashlytics change. You can attempt the backport yourself using the PR against v6+ for guidance if you like but if there is one thing I can emphasize strongly: you need to update to the current stable versions.
We integrated about 15 user-facing functionality improvements or fixes just this month https://github.com/invertase/react-native-firebase/pulse/monthly and one of those was to bump the underying library versions which pulls in another pile of fixes (https://github.com/firebase/firebase-android-sdk/pulse/monthly / https://github.com/firebase/firebase-ios-sdk/pulse/monthly) - and a lot of those are …