So for a few months now Firestore supports https://firebase.googleblog.com/2019/04/schedule-cloud-functions-firebase-cron.html
On the guide to schedule data exports, the recommended way to do it is through App Engine : https://firebase.google.com/docs/firestore/solutions/schedule-export
I was wondering if it was possible to do it directly from a cloud function, scheduled. If so, what would be the way to go? How to use the googleapis, specifically how to configure the scopes, how to call exportDocuments
REST resource...