diff --git a/packages/app/firebase-schema.json b/packages/app/firebase-schema.json index 693dc67ae5..c288dde423 100644 --- a/packages/app/firebase-schema.json +++ b/packages/app/firebase-schema.json @@ -15,7 +15,7 @@ }, "admob_delay_app_measurement_init": { "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.", - "type": "string" + "type": "boolean" }, "analytics_auto_collection_enabled": { "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.",