Firebase tools to export document in a flat file on local or gcs
-collection string : List of collection to backup separated by ,
-d string
Firestore database (default "(default)")
-field string
Timestamp field keeping date to avoid to backup all database
-from string
starting time for backup query
-op string
Operation to perform (default "backup")
-p string
GCP project Id
-path string
URI to read in case of restore or URI to write in case of backup (gs://*** for gcs or file path for local) (default "firestore-backup-2020-10-20T14:22:54.csv")
-s string
path to GCP json service account
-to string
ending time for backup query