Admob data not showing up in Firebase - firebase

My app is live in the App Store. Admob ads are working fine, Firebase is logging events correctly, and my Admob and Firebase accounts are linked. However, Firebase is showing zero ad activity even though Admob is showing some meager earnings. How do I get my Admob data to migrate over to Firebase?

Related

Linking google Ads account to firebase

I have linked my app on firebase to my google ads account, but unfortunately it is showing as unknown account. As you can see below:
Is there any other step I need to follow from the google ads side to complete this integration?

You do not have access to the AdSense account

I have a Firebase account and I am trying to add Admob to it. Whenever I click on Get Started button I get this error
You do not have access to the AdSense account that is connected to your AdMob account
I opened another account which has Admob and Adsense but it seems I cannot connect to it. Should they be the same email?
In short, yes. Each AdMob account must be associated with both an AdSense account and a Google Ads account. AdMob uses each of these accounts to manage certain parts of your AdMob account.
You can find detail information on how Admob use Adsense en Google Ads here.

Crash-Free Users Metrics in Firebase

Firebase Crashlytics dashboard shows "Crash-free statistics". How to get/enable Crash-Free Users Statistics/Metrics in Firebase ?
Crash-Free User metrics helps monitor the health of your app releases and the effectiveness of recent improvements to your app. Monitoring your crash free users statistic over time allows you to see changes in stability easily. Firebase calculates this metric using Google Analytics for Firebase data. In order to populate the chart in your Crashlytics dashboard must include the Google Analytics for Firebase SDK. Once populated, you can see the percentage of users who did not experience a crash in your app over the selected timeframe and filter by build. You can see the same data in the latest release section of the Google Analytics for Firebase dashboard. To get started, add Google Analytics for Firebase to your iOS or Android app.

firebase analytics consoleļ¼šcustomer can see his own data but cannot see others

I created a android app using firebase analytics,i want one brand can only see its own data and cannot see other brands,how i manage the firebase analytics member in the firebase analytics console

Can Firebase Crashlytics show events from Analytics?

I set up Firebase Analytics and Firebase Crashlytics for my project.
Can I view Analytics events and user properties in Firebase Crashlytics reports (including automatically collected events)?
Should I log events for Analytics and Crashlytics independently?
Should I set user properties for Analytics and customs keys for Crashlytics independently?
It looks like duplication.
EDIT: Crashlytics is now able to show Analytics events.
ORIGINAL ANSWER:
Firebase Crash Reporting and Firebase Crashlytics are fully independent products, so you will have to deal with them separately.
Crashlytics currently is not able to show Analytics events in crash reports. That is something the team would like to add in the future.

Resources