docs-devsite/app.firebaseappsettings.md
Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference
{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}
Configuration options given to initializeApp()
<b>Signature:</b>
export interface FirebaseAppSettings
| Property | Type | Description |
|---|---|---|
| automaticDataCollectionEnabled | boolean | The settable config flag for GDPR opt-in/opt-out. Defaults to true. |
| name | string | custom name for the Firebase App. The default value is <code>"[DEFAULT]"</code>. |
The settable config flag for GDPR opt-in/opt-out. Defaults to true.
<b>Signature:</b>
automaticDataCollectionEnabled?: boolean;
custom name for the Firebase App. The default value is "[DEFAULT]"<!-- -->.
<b>Signature:</b>
name?: string;