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>] <Video ad volume control for Ads> #3086

Closed uzumaki258 closed 3 years ago

uzumaki258 commented 4 years ago

Hello,

Google Mobile Ads allowed developers to control the volume of the ad have sounds.

https://developers.google.com/admob/android/global-settings

It makes the app really user-friendly because the ads won't startle users. Really helpful if it is available in Flutter. Thank you

darshankawar commented 4 years ago

May be related to 2673

russellwheatley commented 3 years ago

The firebase_admob plugin will be deprecated in April 2021 in favor of Google Mobile Ads SDK for Flutter. Google Mobile Ads SDK for Flutter is a new Flutter plugin that supports more Ads formats than firebase_admob does. Google Mobile Ads SDK for Flutter currently supports loading and displaying banner, interstitial (full-screen), native ads, and rewarded video ads across AdMob and AdManager. It also supports displaying banner and native ads as Widgets as opposed to being overlayed over all app content. We're now recommending projects currently using firebase_admob migrate to Google Mobile Ads SDK for Flutter following the instructions outlined here. Issues with migrating or with using the new package should now be raised over on the Google Mobile Ads SDK for Flutter repository.