FAQ and troubleshooting for using AdMob with Firebase
Stay organized with collections
Save and categorize content based on your preferences.
This page provides troubleshooting help and answers to frequently asked
questions about using AdMob with Firebase. If you can't find what you're
looking for or need additional help, contact Firebase
support.
Can I link my Windows apps to Firebase?
No, Windows apps aren't supported.
Why can't I link my app to AdMob from the
Firebase console?
You can link an AdMob app to a Firebase app using the AdMob console.
Learn how.
What permissions or access do I need to link
a Firebase app to an AdMob app?
To do this linking, you need the following access:
AdMob: You need to be an AdMob Admin.
Firebase: You must have the firebase.links.create
permission, which is included in the
Owner role and the
Firebase Admin role.
Google Analytics: You must have the Edit role or Manage
Users role for the property associated with the Firebase project.
Learn more.
Can multiple users in the same AdMob account
link AdMob apps and Firebase apps?
To use AdMob, always use the Google Mobile Ads SDK as described in
this FAQ. If you want to collect user metrics
for AdMob, include the Firebase SDK for Google Analytics
in your app.
For Android projects:
Add the dependency for the Google Mobile Ads SDK to your
build.gradle file: implementation 'com.google.android.gms:play-services-ads:25.4.0'