I\'ve been struggling with the following problem:
I\'m trying to delete a \'Post\' item from a Firebase Array with the $remove AngularFire method which I have implemente
The only way I'm able to remove the item is using a loop on the array we get from firebase.
var ref= new Firebase('https://Yourapp.firebaseio.com/YourObjectName'); var arr_ref=$firebaseArray(ref); for(var i=0;i