How to delete data from DB in Firebase?
1 answer
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);
- onethanks, helped! - OPTIMIST .KZ 2:43 pm
|