Reputation: 153
Is there any way to query the firestore database from bigquery without exporting the firestore data into bigquery
Upvotes: 0
Views: 870
Reputation: 599621
BigQuery can only query data that is stored in BigQuery itself. It cannot query data directly in Cloud Firestore.
You will have to import the data from Cloud Firestore into BigQuery in order to be able to query it with BigQuery.
Upvotes: 1