I have a number of child nodes in my firebase db and I want to delete only one child node.
Firebase firebase=new Firebase("..address..");
firebase.push().setValue(classObj);
//here classObj is a class object which has a getter and setter for an integer id
Now that I have pushed multiple objects I want to delete only one based on the id in the classObj
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…