importing data from firestore into bigQuery

前端 未结 6 1885
死守一世寂寞
死守一世寂寞 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:07

    You can now export data from Cloud Firestore to BigQuery with a Firebase Extension. See: https://firebase.google.com/products/extensions/firestore-bigquery-export

    Also see David's answer on how to import/export data.

    Outdated answer below:

    There is no built-in support to import data from the Firebase Realtime Database or Cloud Firestore into BigQuery.

    For now, if you want to import data, you'll have to write code to do so.

提交回复
热议问题