UNPKG

veritatisdoloremque

Version:
25 lines (15 loc) 1.15 kB
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/app-types](./app-types.md) &gt; [FirebaseApp](./app-types.firebaseapp.md) ## FirebaseApp interface A FirebaseApp holds the initialization information for a collection of services. Do not call this constructor directly. Instead, use [initializeApp()](./app.initializeapp.md) to create an app. <b>Signature:</b> ```typescript export interface FirebaseApp ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [automaticDataCollectionEnabled](./app-types.firebaseapp.automaticdatacollectionenabled.md) | boolean | The settable config flag for GDPR opt-in/opt-out | | [name](./app-types.firebaseapp.name.md) | string | The (read-only) name for this app.<!-- -->The default app's name is <code>&quot;[DEFAULT]&quot;</code>. | | [options](./app-types.firebaseapp.options.md) | [FirebaseOptions](./app-types.firebaseoptions.md) | The (read-only) configuration options for this app. These are the original parameters given in [initializeApp()](./app.initializeapp.md)<!-- -->. |