GodotNuts / GodotFirebase

Implementations of Firebase for Godot using GDScript
MIT License
554 stars 79 forks source link

[FEATURE REQUEST] Implement delete function for real-time database #241

Closed WolfgangSenff closed 2 years ago

WolfgangSenff commented 3 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.