Hey, I found your tutorial and just had a quick question for you.
In these lines here
var events = $firebase(firebaseEvents);
$scope.events = [events.$asArray()];
Because we need an array of events wouldn't it be beneficial to use $firebaseArray since AngularFire provides that as well? Or is there a reason it's done this way?
Hey, I found your tutorial and just had a quick question for you.
In these lines here
Because we need an array of events wouldn't it be beneficial to use $firebaseArray since AngularFire provides that as well? Or is there a reason it's done this way?