Jump to top

FirebaseApp

interface

Properties

name

</>

The name (identifier) for this App. '[DEFAULT]' is the default App.

name: string;

options

</>

The (read-only) configuration options from the app initialization.

Methods

delete

</>

Make this app unusable and free up resources.

delete(): Promise<void>;

utils

</>
utils(): Module;