Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FirebaseAndroid: introduce the new JNI module for Android support #56

Merged
merged 1 commit into from
Apr 1, 2024

Commits on Apr 1, 2024

  1. FirebaseAndroid: introduce the new JNI module for Android support

    In order to interact with the C++ Firebase SDK, we need to have access
    to the JVM and the JavaEnvironment. Introduce a JNI layer which allows
    us to capture this information when loaded. Additionally, register a
    `company.thebrowser.Native.RegisterActivity` method to allow us access
    to the `Activity`. This is required to be called before the Firebase
    layer is accessed by the application.
    compnerd committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    283174a View commit details
    Browse the repository at this point in the history