How to delete a node from FireBase from the console? Since it is too big apparently I can't delete it from the console. Usually I could press on the delete button near the node name, but it says the console it's read only for performance reasons.
The simplest way for deleting data is to call removeValue() on a reference to the location of that data. We can also delete data by specifying null as the value for another write operation such as setValue() or updateChildren().
Sign in to Firebase, then open your project. , then select Project settings. In the Your apps card, select the app that you want to delete.
Another simple way to delete large nodes is to use the firebase cli
firebase use 'your-database'
firebase database:remove '/path/to/node'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With