这是我现在拥有的代码:
var url = 'https://*****.firebaseio.com/photos';
var promise = angularFire(url, $scope, 'photos', {});
promise.then(function() {
//limit here.
});
我可以插入什么代码来限制从火力库返回的内容仅限于具有指定优先级的那些(假设优先级是“新的)?
谢谢您的帮助。
这是我现在拥有的代码:
var url = 'https://*****.firebaseio.com/photos';
var promise = angularFire(url, $scope, 'photos', {});
promise.then(function() {
//limit here.
});
我可以插入什么代码来限制从火力库返回的内容仅限于具有指定优先级的那些(假设优先级是“新的)?
谢谢您的帮助。