FirebaseAppSettings interface

initializeApp() 提供的配置选项

签名

export interface FirebaseAppSettings 

属性

属性 类型 说明
automaticDataCollectionEnabled 布尔值 GDPR 启用/停用的可设置配置标志
name 字符串 自定义名称默认值为 "[DEFAULT]"

FirebaseAppSettings.automaticDataCollectionEnabled

GDPR 启用/停用的可设置配置标志

签名

automaticDataCollectionEnabled?: boolean;

FirebaseAppSettings.name

自定义名称默认值为 "[DEFAULT]"

签名

name?: string;