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)
Have a look at the Node.js client API Reference for Google Cloud Storage and in particular at the delete() method for a File.