<!-- DO NOT DELETE validate_template=true template_path=.github/ISSUE_TEMPLATE/bug.md --> ### Describe your configuration - Extension name: **firestore-bigquery-export-service-cat** - Extension version: **firebase/firestore-bigquery-export@0.2.3** - Configuration values (redact info where appropriate): - Firestore Project ID: **sutra-prod** - BigQuery Project ID: **sutra-prod** - Firestore Instance Location: **nam5** - Collection path: **users/{userId}/serviceCategories** - Enable Wildcard Column field with Parent Firestore Document IDs (Optional): **true** - Dataset ID: **firestore_export_service_categories** - Table ID: **service_categories** everything else was kept as default values ### Describe the problem #### Steps to reproduce: I created a new document in one of the collections and it was not streamed into bigquery. I took this [loom video](https://www.loom.com/share/cee80e1b528f44c59e3251fa6f39a74e) to show the problem. Apologies for the background noise. ##### Expected result The document should appear in my bigquery export within seconds. ##### Actual result The document does not get sent to bigquery.