Skip to content

Tag: firebase

How can i delete firebase child node with the same name?Get the key to be delited from one node and delete those node with same key from the other

I want to delete all the child nodes form different nodes with the same names. I used the following code to get the keys of the child nodes to be deleted and pass it to the other node but it is deleting them from both nodes(completedSurveys and surveyList). Attached below is the firebase realtime database str…