ref.on('child_removed', function (snapshot) {
      applyAsync(function () {
        this.$splice(snapshot.key());
      }, this);
    }, this);