Firebase scroll to load more in ionic2

Hello every one.

I am new in firebase. How to scroll to load more data in ionic 2 with firebase database. I have tried so many example but didn’t find any solution.

I have used this._post.orderByKey().endAt(0).limitToLast(5).on('child_added',(data) =>{ }) but didn’t work it. Kindly help me….