Skip to content

Commit d931b48

Browse files
authored
fix(app, json-schema): admob_delay_app_measurement_init type is boolean (#5297)
Fixes #5295 - credit @DoctorJohn thanks!
1 parent a86b08d commit d931b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/firebase-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"admob_delay_app_measurement_init": {
1717
"description": "By default, the Google Mobile Ads SDK initializes app measurement and begins sending user-level event data to Google immediately when the app starts. This initialization behavior ensures you can enable AdMob user metricswithout making additional code changes.\n If you require your app users to provide consent before collecting data, setting the value to `true` will preventdata being sent until the `firebase.admob().initialize()` method has been called.",
18-
"type": "string"
18+
"type": "boolean"
1919
},
2020
"analytics_auto_collection_enabled": {
2121
"description": "Disable or enable auto collection of analytics data.\n This is useful for opt-in-first data flows, for example when dealing with GDPR compliance. This can be overridden in JavaScript. \n Re-enable analytics data collection, e.g. once user has granted permission.",

0 commit comments

Comments
 (0)