kmcgill88 / admob_flutter

Admob Flutter plugin that shows banner ads using native platform views.
https://pub.dartlang.org/packages/admob_flutter
ISC License
433 stars 151 forks source link

What's the difference between this plugin and firebase_admob? #262

Open jezsung opened 3 years ago

jezsung commented 3 years ago

I'm wondering if there's any optimization difference between this plugin and the official AdMob library firebase_admob. Since the official library looks somehow linked to Firebase and this one does not. I'm using Firebase for my primary backend, will be there any optimization difference?

tuanbs commented 3 years ago

I have the same question but I choose this plugin instead of firebase_admob because I don't want to set up another project on Firebase.