importing data from firestore into bigQuery

前端 未结 6 1881
死守一世寂寞
死守一世寂寞 2021-01-17 21:22

I have upgraded my account to blaze which is one of the prerequisite. I have tried to followed the FAQ Link BigQuery to Firebase. still not able to see any of the data from

6条回答
  •  野的像风
    2021-01-17 22:11

    Firestore now allows to import / export data. The data is exported to a Cloud Storage bucket and from there it can be imported into Big Query. Here are some links that might be helpful:

    • https://firebase.google.com/docs/firestore/manage-data/export-import
    • https://cloud.google.com/bigquery/docs/loading-data-cloud-datastore (Firestore uses the same format as Datastore for imports / exports)

    ** Edit: Docs for BigQuery imports from Firestore are now available https://cloud.google.com/bigquery/docs/loading-data-cloud-firestore

提交回复
热议问题