AdMob and Firebase

后端 未结 2 671
南旧
南旧 2021-01-27 17:08

I have added AdMob advertising in my Android app .

I connected to the AdMob site using this link:

https://firebase.google.com/docs/admob/android/quick-start

2条回答
  •  猫巷女王i
    2021-01-27 17:35

    Yes, you can use AdMob standalone, without Firebase. But I recommend to implement AdMob using Firebase. It will save you from lot of setup efforts and is simple to integrate in app.

    For official site:

    Firebase is recommended, but optional.

    The best way to use AdMob is with Firebase, but for those publishers who aren't ready to make the switch just yet, Google Mobile Ads will remain available as a standalone SDK. Android publishers can continue to import the play-services-ads Gradle artifact without using the Firebase plugin.

提交回复
热议问题