olmps/memo

[Server support] - Job to run a database backup

Opened this issue · 0 comments

Create a scheduled function to run (and store) a backup of all Firestore database, allowing rollbacks if critical issues arise.

This can be done by using the Firebase Functions capabilities, alongside the Admin SDK permissions, storing it properly in a private Firebase Storage folder.

Although, not quite sure how long the timeframe of this cron job should be.


Sub-issue that relates to the Server support - #136.