We just received a mail from Firebase :
[Action Required] Update your apps to use the latest Firebase Crashlytics SDKs before November 15, 2020.
FirebaseCrashlytics no longer works with the Fabric SDK
Is there any plan for this?
Thanks
Click To Expand
#### `package.json`:
# N/A
#### `firebase.json` for react-native-firebase v6:
# N/A
### iOS
#### `ios/Podfile`: - [ ] I'm not using Pods - [x] I'm using Pods and my Podfile looks like:
# N/A
#### `AppDelegate.m`:
// N/A
Click To Expand
#### Have you converted to AndroidX? - [ ] my application is an AndroidX application? - [ ] I am using `android/gradle.settings` `jetifier=true` for Android compatibility? - [ ] I am using the NPM package `jetifier` for react-native compatibility? #### `android/build.gradle`:
// N/A
#### `android/app/build.gradle`:
// N/A
#### `android/settings.gradle`:
// N/A
#### `MainApplication.java`:
// N/A
#### `AndroidManifest.xml`:
<!-- N/A -->
Click To Expand
**`react-native info` output:**
OUTPUT GOES HERE
- **Platform that you're experiencing the issue on**:
- [ ] iOS
- [ ] Android
- [ ] **iOS** but have not tested behavior on Android
- [ ] **Android** but have not tested behavior on iOS
- [ ] Both
- **`react-native-firebase` version you're using that has this issue:**
- `e.g. 5.4.3`
- **`Firebase` module(s) you're using that has the issue:**
- `e.g. Instance ID`
- **Are you using `TypeScript`?**
- `Y/N` & `VERSION`
React Native Firebase
and Invertase
on Twitter for updates on the library.Failing to search is failing to respect volunteer maintainer time
https://github.com/invertase/react-native-firebase/issues?q=fabric+deprecated
(for anyone else that lands here, we've got till November, and there's a PR that already exists, should merge soon enough)
Hey @mikehardy – it the PR you refer to already merged?
I’m facing the same issue after upgrading from Fabric: crash appears on Android dashboard, but not on iOS
Hey @mikehardy – it the PR you refer to already merged?
I’m facing the same issue after upgrading from Fabric: crash appears on Android dashboard, but not on iOS
Yes. You're having a related but new issue. Has a fix that needs someone to test and confirm and PR, it's tiny and easy, could be you 😁, check issues list sorted by recently updated, was just updated couple of hours ago
Yay! It worked! Thank you so much for the fast reply!
This fix relates only to the usage of the testing crash
method, right?
Is there an option to see the JS stack trace? as I don’t see it (I triggered the crash by pressing a button)
yes - this is just for test crash only, actual crashes are working but obviously if the test method doesn't give expected results it casts doubt on the whole thing which is unfortunate
there is no JS stack trace in the test crash method, it's a native crash, but you will see non-symbolicated JS stack traces if you take a JS crash, yes. Care to PR the switch to native-test-crash code? All the internet points could be yours :smile: :nerd_face:
Sure, will do tomorrow! 😊
Most helpful comment
(for anyone else that lands here, we've got till November, and there's a PR that already exists, should merge soon enough)