winstein8532
winstein8532

Reputation: 3

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

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?

Upvotes: 0

Views: 112

Answers (1)

Frank van Puffelen
Frank van Puffelen

Reputation: 598807

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?

Upvotes: 1

Related Questions