0

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 Answers1

1

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?

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
  • Is there a way to repopulate from the same stream? If I go to "Job History -> Project History" I can see each time a new partition table is created. In fact, there is even a button that says "Repeat Load Job" – winstein8532 Oct 02 '19 at 01:16