Is there a possibility of removing multiple nodes from a Firebase Realtime database in one go? I can delete a record by giving the full path of the child node. But if I have multiple child node keys already, is there a way I can delete all of them at once?