[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-07 UTC."],[],[],null,["# FirebaseAppSettings interface\n\nConfiguration options given to [initializeApp()](./app.md#initializeapp_cb2f5e1)\n\n**Signature:** \n\n export interface FirebaseAppSettings \n\nProperties\n----------\n\n| Property | Type | Description |\n|------------------------------------------------------------------------------------------------------------------|---------|-----------------------------------------------------------------------|\n| [automaticDataCollectionEnabled](./app.firebaseappsettings.md#firebaseappsettingsautomaticdatacollectionenabled) | boolean | The settable config flag for GDPR opt-in/opt-out. Defaults to true. |\n| [name](./app.firebaseappsettings.md#firebaseappsettingsname) | string | custom name for the Firebase App. The default value is `\"[DEFAULT]\"`. |\n\nFirebaseAppSettings.automaticDataCollectionEnabled\n--------------------------------------------------\n\nThe settable config flag for GDPR opt-in/opt-out. Defaults to true.\n\n**Signature:** \n\n automaticDataCollectionEnabled?: boolean;\n\nFirebaseAppSettings.name\n------------------------\n\ncustom name for the Firebase App. The default value is `\"[DEFAULT]\"`.\n\n**Signature:** \n\n name?: string;"]]