@firebaseextensions/fs-bq-import-collection

Import a Firestore Collection into a BigQuery Changelog Table

Usage no npm install needed!

<script type="module">
  import firebaseextensionsFsBqImportCollection from 'https://cdn.skypack.dev/@firebaseextensions/fs-bq-import-collection';
</script>

README

The fs-bq-import-collection script is for use with the official Firebase Extension Export Collections to BiqQuery.

This script reads all existing documents in a specified Firestore Collection, and updates the changelog table used by the firestore-bigquery-export extension.

A guide on how to use the script can be found here.