Delete image file in firebase storage

i can t
delete file in firebase strage from my ap please help to solve it …
upload works fine but delete one was the problem i use all type of blocks in below but ot shows failed message

blocks
blocks(1)
blocks(2)

Try with this extension(try to delete the filename instead of file with this extension)

Another simple way using default firebase storage block is,

  1. upload images
  2. Once uploaded, show them in a listview images and text
  3. if user long click on anyone image use notifier show choose dialogue(same time store the title in a variable(say file))
  4. if they choose yes, delete the file(stored in a variable) using the firebase storage delete file block it will get succeed. do not try with file name
    image

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.