I\'m using Firebase for a web app. It\'s written in plain Javascript using no external libraries.
I can \"push\" and retrieve data with \'.on(\"child_added\")\', but
In case you are using axios and trying via a service call.
URL: https://react-16-demo.firebaseio.com/ Schema Name: todos Key: -Lhu8a0uoSRixdmECYPE axios.delete(`https://react-16-demo.firebaseio.com/todos/-Lhu8a0uoSRixdmECYPE.json`). then();
can help.