The crashlytics dashboard is alerting me to enable GWP-ASan:
Your app has NDK crashes that can lead to security vulnerabilities. Enable GWP-ASan to see additional debugging data in Crashlytics Learn more
The firebase BoM v31.3.0+ supports this feature, and react-antive-firebase uses a newer version:
|
def firebaseBomVersion = appPackageJson['sdkVersions']['android']['firebase'] |
I'm considering writing a config plugin to do just that, and was considering contributing it to react-native-firebase.
My instinct is to put the config in the expo config plugin's parameters, and not the firebase.json file, as the feature I'm suggesting is a config plugin only.
Thoughts?
The crashlytics dashboard is alerting me to enable GWP-ASan:
The firebase BoM v31.3.0+ supports this feature, and react-antive-firebase uses a newer version:
react-native-firebase/packages/app/package.json
Line 86 in c4959a1
react-native-firebase/packages/crashlytics/android/build.gradle
Line 34 in c4959a1
I'm considering writing a config plugin to do just that, and was considering contributing it to react-native-firebase.
My instinct is to put the config in the expo config plugin's parameters, and not the firebase.json file, as the feature I'm suggesting is a config plugin only.
Thoughts?