I want the text in a textbox in app to be completely deleted from firebase (bucket and within the bucket). Can you explain with codes how to do this?
How do you know where the text is under the bucket?
You can only delete a node if you replace all the other data in the overlaying node. This would not be fun using the Firebase component.
this is impossible?
Store that item in a separate node, then it becomes easy.
You can always just set the value to ""
Try "Clear Tag" to see what happens