2

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

1

1 Answer 1

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:

1
  • Yes, your right even i got the same reply from support team too. Commented Jul 21, 2020 at 19:00

Not the answer you're looking for? Browse other questions tagged or ask your own question.