React Native Firebase
    Preparing search index...

    Firebase ML package for React Native.

    Access the firebase export from the ml package:

    import { firebase } from '@react-native-firebase/ml';

    // firebase.ml().X

    Using the default export from the ml package:

    import ml from '@react-native-firebase/ml';

    // ml().X

    Using the default export from the app package:

    import firebase from '@react-native-firebase/app';
    import '@react-native-firebase/ml';

    // firebase.ml().X

    ml

    Classes

    Module

    A class that all React Native Firebase modules extend from to provide default behaviour.

    Interfaces

    Statics