Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Events from Firebase Analytics not showing up in Big Query [duplicate]

I have an trouble when linking Firebase Event to Big data.

  1. In Firebase Analytics, I have many event .

  2. I linked firebase with Big Query

  3. But in Big Query, I can't see it.

  4. How can I see it?

View Images Here

like image 979
Dung Nguyen Tien Avatar asked Mar 11 '19 03:03

Dung Nguyen Tien


People also ask

How long does it take for my Firebase Analytics data to show up?

Once uploaded, the data is processed on Firebase servers, and this can take up to 24 hours until you can see the data in the Firebase console.

How do I know if Firebase Analytics is working?

In the Firebase console, open your project. Select Analytics from the menu to view the Analytics reporting dashboard. The Events tab shows the event reports that are automatically created for each distinct type of event logged by your app. Read more about the Analytics reporting dashboard in the Firebase Help Center.

How often does Firebase Analytics update?

Your reports should refresh approximately every 4 hours.


1 Answers

From the documentation:

Once an app is linked to BigQuery, a corresponding dataset is created in the associated BigQuery project upon the first daily export of events. Each day, raw event data for each linked app populates a new table in the associated dataset, and raw event data is streamed into an intraday BigQuery table in real-time. Data prior to linking to BigQuery is not available for import.

like image 169
Elliott Brossard Avatar answered Oct 17 '22 00:10

Elliott Brossard