React Native Firebase
    Preparing search index...

    Firebase Installations package for React Native.

    Access the firebase export from the installations package:

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

    // firebase.installations().X

    Using the default export from the installations package:

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

    // installations().X

    Using the default export from the app package:

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

    // firebase.installations().X

    installations

    Classes

    Module

    The Firebase Installations service is available for the default app or a given app.

    Interfaces

    Statics