Firebase Storage - How to setup a backup
问题 Can someone please advise how to setup a backup for Files in Firebase storage. I am able to make a backup of Database but not sure how to setup a regular backup for files (I have images) in firebase storage. 回答1: How to make local backup of Firebase Storage There is no built-in method via Firebase. However, since Firebase uses Google Cloud Storage behind the scenes for Firebase Storage it's possible to use the gutils Tool . Prerequisites Make sure Python (2.7.9+) is installed on your machine