How to delete data from DB in Firebase?

  • 2
    Give them a null value - YuriySPb

1 answer 1

There is a removeValue () method for a FireBase object:

Set this value to this location to 'null'

Set the value at this location to null.

Example: myFireBase.setValue(null);

  • one
    thanks, helped! - OPTIMIST .KZ 2:43 pm