Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Events from Firebase Analytics not showing up in Big Query after a specific date

Hello Everyone,

I have linked Firebase with Big Query, and I was consistently receiving the 'app open' event from Firebase in Big Query until specific date. After this date, the 'app open' event stopped appearing in my Big Query dataset.

0 1 1,166
1 REPLY 1

Hi @Ameya1301,

Welcome to Google Cloud Community!

It seems that you're using a custom parameter or event named app_open. However, you've mentioned that this event is from Firebase Analytics. Could you confirm if you're referring to first_open event instead? Just to add, first_open event is listed as one of the automatic collected event in Google Analytics so BigQuery should be logging this. If not, I suggest to check the following configuration on your end:

  • Confirm if your Firebase app is still linked to BigQuery
  • Ensure that the correct BigQuery dataset is specified for the export

If you are referring to app_open event, it is possible that recent changes on your end may have prevented it from being logged in your dataset. You may consider checking the following:

  • Check your Google Analytics dashboard to see if the events are being captured and processed.
  • Use Google Analytics DebugView to debug event tracking and see if any events are being dropped
  • Ensure your BigQuery project has the necessary permissions to receive data from Google Analytics

Hope this helps.