firebase / extensions

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

feat: improve BQ export strategy #2187

Closed cabljac closed 1 week ago

cabljac commented 1 month ago

This PR:

  1. Removes legacy backfill code that isn't being used, stops the extension deploying unused resources
  2. Has the extension first attempt to export directly to bigquery and only enqueue a cloud task on failure there.
  3. improves code comments and refactors a little bit for more modular maintainable code