I'm trying to connect the firestore collection in auto populate method to BigQuery by following github https://github.com/firebase/extensions/tree/master/firestore-bigquery-export. The successfull export shows the collection with comma separated(example: Data{id,geolocation,market,customer_name,customer_id,..} which causing difficult to visualize.
I also tried export using cloud storage bucket but its not auto update in BigQuery, whenever there is changes in particular collection from firestore.
Need help on this. thanks in advance.