Hello I have migrated rn-firebase to
"@react-native-firebase/app": "^8.4.6", "@react-native-firebase/crashlytics": "^8.3.0"
in firebase Crashlytics dashboard crashes have issues shows libc.so unknown with the help of logs I tried to reproduce the crashes cant able to do that anyone please explain what does it mean or any way to fix the crashes I have received more than 200 crash events for a single day
It's some native crash, there are some related reports here and last I know is that @AndrewMorsillo was going to try to get something cooked up with native symbolication so these were more decodable, https://github.com/invertase/react-native-firebase/issues/4253#issuecomment-707895559 - but it's not an easy task and I'm not sure if there is any progress. In the end this isn't a react-native-firebase problem per se, you've got a crash somewhere in your app and it's just that crashlytics isn't giving you enough information to find it because of the way react-native is built and packaged - that's out of our control unfortunately
I see these in my app as well, but I don't have any action to take, I suggest following that issue I linked