Jump to top

app

interface

Properties

SDK_VERSION

</>

The current React Native Firebase version.

SDK_VERSION: string;

apps

</>

A (read-only) array of all the initialized Apps.

apps: FirebaseApp[];

utils

</>

Utils provides a collection of utilities to aid in using Firebase and related services inside React Native, e.g. Test Lab helpers and Google Play Services version helpers.

utils: ;

Methods

app

</>

Retrieve an instance of a FirebaseApp.

app(name?: undefined | string): FirebaseApp;

initializeApp

</>
Signature 1
</>

Create (and initialize) a FirebaseApp.

initializeApp(options: FirebaseAppOptions, config?: FirebaseAppConfig): Promise<FirebaseApp>;
Signature 2
</>

Create (and initialize) a FirebaseApp.

initializeApp(options: FirebaseAppOptions, name?: undefined | string): Promise<FirebaseApp>;