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 (#5297)

Fixes #5295 - credit @DoctorJohn thanks!
  • Loading branch information
mikehardy committed May 12, 2021
1 parent a86b08d commit d931b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/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

1 comment on commit d931b48

@vercel
Copy link

@vercel vercel bot commented on d931b48 May 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.