I am using AngularJS and FireBase in my application. I bound an object to be in sync with FireBase:
$scope.winnerPromise = angularFire(travelBidsFirebaseRef
I am using angularfire and for me it worked the $destroy method.
$destroy
https://github.com/firebase/angularfire/blob/master/docs/reference.md#destroy-1