React Native Firebase
    Preparing search index...
    interface FirebaseAppOptions {
        androidClientId?: string;
        apiKey?: string;
        appId: string;
        clientId?: string;
        databaseURL?: string;
        deepLinkURLScheme?: string;
        measurementId?: string;
        messagingSenderId?: string;
        projectId: string;
        storageBucket?: string;
        [name: string]: any;
    }

    Indexable

    • [name: string]: any
    Index

    Properties

    androidClientId?: string

    iOS only - The Android client ID used in Google AppInvite when an iOS app has its Android version, for example "12345.apps.googleusercontent.com".

    apiKey?: string

    An API key used for authenticating requests from your app, e.g. "AIzaSyDdVgKwhZl0sTTTLZ7iTmt1r3N2cJLnaDk", used to identify your app to Google servers.

    appId: string

    The Google App ID that is used to uniquely identify an instance of an app.

    clientId?: string

    iOS only - The OAuth2 client ID for iOS application used to authenticate Google users, for example "12345.apps.googleusercontent.com", used for signing in with Google.

    databaseURL?: string

    The database root URL, e.g. "http://abc-xyz-123.firebaseio.com".

    deepLinkURLScheme?: string

    iOS only - The URL scheme used to set up Durable Deep Link service.

    measurementId?: string

    The tracking ID for Google Analytics, e.g. "UA-12345678-1", used to configure Google Analytics.

    messagingSenderId?: string

    The Project Number from the Google Developer's console, for example "012345678901", used to configure Google Cloud Messaging.

    projectId: string

    The Project ID from the Firebase console, for example "abc-xyz-123".

    storageBucket?: string

    The Google Cloud Storage bucket name, e.g. "abc-xyz-123.storage.firebase.com".