-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Needs Attentionplatform: androidplugin: crashlyticsFirebase CrashlyticsFirebase Crashlyticstype: enhancementImplements a new FeatureImplements a new Feature
Description
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:
| "firebase": "34.6.0", |
| 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?
Metadata
Metadata
Assignees
Labels
Needs Attentionplatform: androidplugin: crashlyticsFirebase CrashlyticsFirebase Crashlyticstype: enhancementImplements a new FeatureImplements a new Feature