Is it possible to delete data from Firebase from within the application. I currently can add, amend and delete data directly from the console which updates in the application using the child_added, child_changed and child_removed.
Also, I can add data to Firebase using .push which also reflects the changes with the application.
However, I cannot find anything within the documentation to suggest how to remove data from Firebase through the application - Something like a bin icon next to each Firebase object which when clicked will remove that piece of data from the Firebase database and update within the application.
Is this possible? I'm going round in circles and still can't crack it. Any help would be greatly appreciated.
Thanks, G