firebase / extensions

Source code for official Firebase extensions
https://firebase.google.com/products/extensions
Apache License 2.0
882 stars 372 forks source link

fix(firestore-bigquery-export): disable backfill temporarily #2005

Closed cabljac closed 3 months ago

cabljac commented 3 months ago

The import documents feature on firestore-bigquery-export uses offset which is causing unnecessary (billed) reads.

This PR disables this feature until an alternative method is implemented.

Issue seen in #2000 and #2003