Skip to content

🐛 [@react-native-firebase/crashlytics] Add support for enabling gwpAsanMode in android config plugin #8784

@Upsilon-Iridani

Description

@Upsilon-Iridani

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions