Schedule data exports from Firestore

You can use Cloud Scheduler to export data from Firestore on a regular cadence or date. To run exports on a schedule, we recommend using Cloud Scheduler and Cloud Run functions.

For instructions on how to do this, see the full tutorial in the Firestore documentation.