'How can I make Firebase analytics COPPA compliant using Unity?

How do I make Firebase Analytics COPPA compliant for Unity plugin?



Solution 1:[1]

Firebase is not COPPA compliant as of today.

You can send a feature request to Firebase Support with details here.

Solution 2:[2]

Firebase Support:

The collection of analytics about children is not what's disallowed by COPPA, but rather the targeting of children based on analytics. If children are targeted based on Ads, the developers need to make sure to set up their ad-targeting appropriately. AdMob has a flag for this, for example. The developer will be the one to control what they do with the analytics data they collect, and they need to make sure to comply with COPPA if their app is child-directed.

Solution 3:[3]

I think the answers above are outdated. You may now configure Firebase to disable all device identifiers and/or delay data collection until you received legal consent. This should allow you your app to maintain COPPA compliance.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 AniV
Solution 2 vovkas
Solution 3 Rusty