firebase / flutterfire

🔥 A collection of Firebase plugins for Flutter apps.
https://firebase.google.com/docs/flutter/setup
BSD 3-Clause "New" or "Revised" License
8.68k stars 3.97k forks source link

[firebase_admob]Support "direct booking" in the current firebase Admob plug-in #192

Closed zoeyfan closed 4 years ago

zoeyfan commented 5 years ago

Customer mentioned that it is a requirement for them to add custom ads beside those from Google, namely, direct bookings.

However, the current firebase Admob plug-in does not support direct bookings. Direct bookings is a feature available in Double Click. Hence, customer is requesting Flutter to support either DoubleClick, or at least add this feature to existing Admob plug-in.

zoeyfan commented 5 years ago

I am trying to understand if it is sufficient to just support direct booking with the existing ads format, such as banner, interstitial, and rewarded ads.

Or the customer would need direct booking to be supported with native ads format?

Ehesp commented 4 years ago

Closing due to inactivity - Firebase AdMob is different to DoubleClick. This would require a new package creating which is currently out of scope of FlutterFire.