Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

firebase storage javascript delete document

// define the file location in a string (folder/folder/fileName)
var fileLocation = "Images/Dogs/myDog.jpg"

// delete the file
Firebase.storage().ref().child(fileLocation).delete();
 
PREVIOUS NEXT
Tagged: #firebase #storage #javascript #delete #document
ADD COMMENT
Topic
Name
6+3 =