DEV Community

Discussion on: Dear Firebase Team...

Collapse
 
morenomdz profile image
MorenoMdz

Great info here, adding to the list:

  • Backups The current way of managing Firestore backups via gc is too complex and limited, for example, I can create a cloud function that will make a daily backup, but I cannot generate a download URL as Firebase Storage won't let me share whole folders (no zip for example), only individual files. So if I need to create a system backup that will save items images saved in the storage plus the db backup files, I will have to iterate over thousands of files to do it. This should be something much simpler via the SDK itself.