File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ export interface FirebaseAppSettings
22
22
23
23
| Property | Type | Description |
24
24
| --- | --- | --- |
25
- | [automaticDataCollectionEnabled ](./app .firebaseappsettings .md #firebaseappsettingsautomaticdatacollectionenabled ) | boolean | The settable config flag for GDPR opt -in /opt -out |
25
+ | [automaticDataCollectionEnabled ](./app .firebaseappsettings .md #firebaseappsettingsautomaticdatacollectionenabled ) | boolean | The settable config flag for GDPR opt -in /opt -out . Defaults to true . |
26
26
| [name ](./app .firebaseappsettings .md #firebaseappsettingsname ) | string | custom name for the Firebase App . The default value is <code >" ;[DEFAULT ]" ;</code >. |
27
27
28
28
## FirebaseAppSettings .automaticDataCollectionEnabled
29
29
30
- The settable config flag for GDPR opt -in /opt -out
30
+ The settable config flag for GDPR opt -in /opt -out . Defaults to true .
31
31
32
32
<b >Signature :</b >
33
33
You can’t perform that action at this time.
0 commit comments