Closed WolfgangSenff closed 2 years ago
Is your feature request related to a problem? Please describe. Yes - our plugin doesn't currently allow deleting items from the database. It isn't a complicated problem to solve, but should be supported within the plugin.
Describe the solution you'd like https://firebase.google.com/docs/reference/rest/database#section-delete
Simply implement this endpoint.
Describe alternatives you've considered Updating a value to or empty string should work, but it's ugly.
Additional context Just the link above.
Is your feature request related to a problem? Please describe. Yes - our plugin doesn't currently allow deleting items from the database. It isn't a complicated problem to solve, but should be supported within the plugin.
Describe the solution you'd like https://firebase.google.com/docs/reference/rest/database#section-delete
Simply implement this endpoint.
Describe alternatives you've considered Updating a value to or empty string should work, but it's ugly.
Additional context Just the link above.