What is the firestore-bigquery-change-tracker package?
nextThe firestore-bigquery-change-tracker package is a utility dependency used to manage the BigQuery infrastructure created by the Stream Firestore to BigQuery Firebase Extension. Its primary responsibility is to initialize and update the BigQuery tables and views that are generated when using the extension.
It is a required dependency for the following components:
- The official Stream Firestore to BigQuery extension (
firestore-bigquery-export). - The schema views script (
GENERATE_SCHEMA_VIEWS.md). - The import Firestore documents script (
IMPORT_EXISTING_DOCUMENTS.md).