I'm exploring the functions of Firebase, I'm having trouble on how to delete nodes or entries from firebase using java code ? I searched their API .. the web version does provide remove() function, but the java doesn't ?!
There's a removeValue()
method on the Firebase
object:
Documentation
Setting a location's value to null
essentially removes the node from the structure.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With