Export data from Firestore to GCS Bucket

Viewed 42

I have been trying to find some insights to export data from firestore to GCS bucket. What would be the best way to do it?

gcloud firestore export gs://[BUCKET_NAME]

above one is not a feasible to automate the process. So, I'm looking for a way to automate the process by using python? can anyone suggest the best option? Much need help.

0 Answers
Related