issues
search
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:
Removes legacy backfill code that isn't being used, stops the extension deploying unused resources
Has the extension first attempt to export directly to bigquery and only enqueue a cloud task on failure there.
improves code comments and refactors a little bit for more modular maintainable code
This PR: