How to get app's old analytics data from firebase to BigQuery? For example, my firebase analytics data is present from oct 2019 but i connected to BigQuery in may 2020, so currently i am only able to get the data from May 2020 not from Oct 2019
Asked
Active
Viewed 1,067 times
1 Answers
2
Unfortunately, as per today, it is not possible to backfill all the historical data from Firebase into BigQuery because Firebase does not store raw events indefinitely and the data is exported into BigQuery from the moment that the link between Firebase and BigQuery is set.
There are other Stackoverflow threads where this issue is also discussed:

juferafo
- 537
- 3
- 12
-
Yes, your right even i got the same reply from support team too. – Akash Kalmegh Jul 21 '20 at 19:00