Nilesh Mistry
Nilesh Mistry

Reputation: 337

Export firebase real-time database collection to Bigquery

is any way to Export firebase real-time database collection to bigquery?

[email protected] extension option is available for the firestore database.

Upvotes: 1

Views: 497

Answers (1)

Frank van Puffelen
Frank van Puffelen

Reputation: 600036

There is no built-in or pre-built extension that I know of to provide a similar export to BigQuery from the Firebase Realtime Database. It sounds like a reasonable feature request though, so I recommend filing it here.

In the meantime, keep in mind that all Firebase Extensions are open-source, so you can take the code for the firestore-bigquery-export extension and use that to either create your own extension for RTDB, or otherwise set up an export.

Upvotes: 2

Related Questions