diff --git a/packages/firebase_admob/CHANGELOG.md b/packages/firebase_admob/CHANGELOG.md index b0fa67809ef5..37d6091ef193 100644 --- a/packages/firebase_admob/CHANGELOG.md +++ b/packages/firebase_admob/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.9.2+1 + +* Added note about required Google Service config files. + ## 0.9.2 * Add basic Native Ads support for Android. diff --git a/packages/firebase_admob/README.md b/packages/firebase_admob/README.md index c7db26805adc..7f4987c81a46 100644 --- a/packages/firebase_admob/README.md +++ b/packages/firebase_admob/README.md @@ -73,6 +73,22 @@ Starting in version 7.42.0, you are required to add your AdMob app ID in your ** Failure to add this tag will result in the app crashing at app launch with a message including *"GADVerifyApplicationID."* +## Firebase related changes + +You are also required to ensure that you have Google Service file from Firebase inside your project. + +### iOS + +Create an "App" in firebase and generate a GoogleService-info.plist file. This file needs to be embedded in the projects "Runner/Runner" folder using Xcode. + +https://firebase.google.com/docs/ios/setup#create-firebase-project -> Steps 1-3 + +### Android + +Create an "App" in firebase and generate a google-service.json file. This file needs to be embedded in you projects "android/app" folder. + +https://firebase.google.com/docs/android/setup#create-firebase-project -> Steps 1-3.1 + ## Using banners and interstitials Banner and interstitial ads can be configured with target information. And in the example below, the ads are given test ad unit IDs for a quick start. diff --git a/packages/firebase_admob/pubspec.yaml b/packages/firebase_admob/pubspec.yaml index bcc48c3ac547..2087685a32b4 100644 --- a/packages/firebase_admob/pubspec.yaml +++ b/packages/firebase_admob/pubspec.yaml @@ -2,7 +2,7 @@ name: firebase_admob description: Flutter plugin for Firebase AdMob, supporting banner, interstitial (full-screen), and rewarded video ads homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_admob -version: 0.9.2 +version: 0.9.2+1 flutter: plugin: