Marc Van Daele
Marc Van Daele

Reputation: 2734

How to create a backup of a Firebase project (Firestore database, cloud functions, security rules, ...)

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

Answers (0)

Related Questions