googleads / admob-ads-in-flutter

Apache License 2.0
73 stars 36 forks source link

targetingInfo #1

Closed Motero69 closed 4 years ago

Motero69 commented 4 years ago

Just to Know, in the example Adding AdMob ads to a Flutter app, never talk or put the "targetingInfo"
like say in the package information.

Its ok with out that information?

kunny commented 4 years ago

If you use firebase_admob 0.9.3+3 or higher, you can remove targetingInfo section from the code.

(That line exists to avoid the bug(FirebaseExtended/flutterfire/issues/44), which was fixed in 0.9.3+3)