BigQuery export selected field from Firebase firestore history data to excel

Viewed 21

I am writing big query code to export firestore history data to excel. I want to get all the data of a particular machineId which is present in my firestore. this is the structure of my firestore

enter image description here

and this is the code:- https://codesandbox.io/s/young-rain-6s0hzj

Error:- Unrecognized name: data

but this is giving some error can anyone suggest me some documentation.

0 Answers
Related