I need to export a nontrivial amount of data from one Firebase project to another. I have roughly 100 storage buckets that I need to transfer from one project to another.
I've found this documentation that covers exporting Firestore data: https://firebase.google.com/docs/firestore/manage-data/export-import.
Most articles and SO posts involving exporting data seem to follow the model described here. It'd be a serious undertaking to individually copy data from each bucket into a separate backup bucket.
Is there an easier way to do this?