Firebase Storage-How to delete file from storage with node.js?

后端 未结 4 1981
無奈伤痛
無奈伤痛 2020-12-21 18:23

I want to delete a folder in firebase storage with node js because this is a firebase function.

For example :

storageRef.child(child1).child(child2)         


        
4条回答
  •  我在风中等你
    2020-12-21 18:36

    Have a look at the Node.js client API Reference for Google Cloud Storage and in particular at the delete() method for a File.

提交回复
热议问题