We are using firebase to capture events on our App.
We have connected it with BigQuery so that the analytics data captured by firebase is exported to BigQuery.
The only problem for us is that the data export to BigQuery happens once in 24hrs. We would like to have the data export to BigQuery every hour.
I have not found a way to do this on Firebase console.
I was wondering if there is any way to ensure hourly export to BigQuery from Firebase analytics.