Firestore new database - How do I backup
问题 Does the google firestore database service provides a backup? If so, how do I backup the database and how do I restore in case of an error? 回答1: Update : It is now possible to backup and restore Firebase Firestore using Cloud Firestore managed export and import service You do it by: Create a Cloud Storage bucket for your project - Make sure it's a regional in us-central1 or 2 / multi regional type of bucket Set up gcloud for your project using gcloud config set project [PROJECT_ID] EXPORT