Jump to top

FirebaseAppConfig

interface

Properties

automaticDataCollectionEnabled

</>
automaticDataCollectionEnabled: undefined | false | true;

automaticResourceManagement

</>

If set to true it indicates that Firebase should close database connections automatically when the app is in the background. Disabled by default.

automaticResourceManagement: undefined | false | true;

name

</>

The Firebase App name, defaults to [DEFAULT] if none provided.

name: undefined | string;