Reputation: 3
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
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