Skip to content

Commit

Permalink
fix(app, json-schema): admob_delay_app_measurement_init type is boole…
Browse files Browse the repository at this point in the history
…an (invertase#5297)

Fixes invertase#5295 - credit @DoctorJohn thanks!
  • Loading branch information
mikehardy authored May 12, 2021
1 parent be2712e commit 10560f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 10560f5

Please sign in to comment.