A few times now, I've run into issues with my app while using Firebase / AngularFire. The documentation in the guide, shows samples like this: var sync = $firebase(ref); // create a synchronized object, all server changes are downloaded in realtime var profileObject = sync.$asObject(); With