Version info
Angular: N/A
Firebase: N/A
AngularFire: 2.0.0-beta.6
Expected behavior
The documentation for FirebaseObjectObservable suggests that the query option can be used.
Actual behavior
The query-related imports and the query option are not used in the FirebaseObjectFactory implementation, so any specified query option is ineffectual.
It's not clear whether it's the source or the documentation that's out of date. Either the query option should be implemented (or should log a not-implemented warning, perhaps) or the documentation and source should be updated to reflect that the query option cannot be used with the FirebaseObjectObservable.
Version info
Angular: N/A
Firebase: N/A
AngularFire: 2.0.0-beta.6
Expected behavior
The documentation for
FirebaseObjectObservablesuggests that thequeryoption can be used.Actual behavior
The query-related imports and the
queryoption are not used in theFirebaseObjectFactoryimplementation, so any specifiedqueryoption is ineffectual.It's not clear whether it's the source or the documentation that's out of date. Either the
queryoption should be implemented (or should log a not-implemented warning, perhaps) or the documentation and source should be updated to reflect that thequeryoption cannot be used with theFirebaseObjectObservable.