Reputation: 2734
Periodically, I want to create a backup of my Firebase project. Mainly a backup of the Firestore database but a backup of the other components (cloud functions, firestore security rules, ...) would also be nice.
Main reason for the backup is to be able to restore the project in case somebody (in)voluntarily messed with the data.
Unfortunately, I don't seem to find an easy way to save (and restore afterwards) a Firebase project. Suggestions on how to approach this?
Upvotes: 0
Views: 19