@firebaseextensions/fs-bq-schema-views

Generate strongly-typed BigQuery Views based on raw JSON

Usage no npm install needed!

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

README

The fs-bq-schema-views script is for use with the official Firebase Extension Export Collections to BigQuery.

This script creates a BigQuery view based on a provided JSON schema configuration file. It queries the data from the firestore-bigquery-export extension changelog table to generate the view.

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