我'm trying to implement an infinite scroll based list using Ionic and Firebase. The list must be sorted in descending order. I'目前正在使用orderByKey和limitToLast来实现 . 不幸的是,这意味着我想要了解如何基于FirebaseArray的密钥以降序实现无限滚动 . 我已经尝试过使用FirebaseUtil库(https://gist.github.com/katowulf/7adb5775dce44cbbba0a),但似乎无法实现降序 . 你能帮忙吗?

谢谢,Akshay