【发布时间】:2018-03-26 03:42:00
【问题描述】:
我已经试过了:
this.afs.collection('profiles', ref => {
return ref.where('createdAt', '>', 0).orderBy('createdAt', 'desc');
});
但它不起作用。
【问题讨论】:
-
在此处查看我的答案,这可能对stackoverflow.com/questions/46745076/…987654321@ 有所帮助
标签: javascript angularfire2 google-cloud-firestore