I have installed the firebase extension for streaming data to bigquery. After that i have backfilled the table with historical data. One thing I struggle with is that the table is build on changelogs, so that the data of each streamed event is contained as an nested json object in one column called 'data'.
I'm wondering if there is an easy function which creates a view/table out of this json object. So that it takes the keys seperatly as columns and then fills it with the values for each row.
One difficulty is that different event types contain different json objects which are nested differently.