Is there a way to repopulate specific date of Google BigQuery data from Google Firebase Analytics?

112 Views Asked by At

I have setup link between Firebase Analytics and BigQuery. Today I accidentally deleted rows of data from yesterday (tablename_20190926). Is there a way to restore the data, if not, how do I repopulate the data from Firebase Analytics again for a specific date?

1

There are 1 best solutions below

1
Frank van Puffelen On

Firebase streams its analytics data to BigQuery from the moment you enable the integration. There is no way to repopulate BigQuery with Analytics data from Firebase outside of that stream.

You may be able to recover the data from within BigQuery though. See Restoring deleted tables in the documentation, and How can I undelete a BigQuery table?