I have use case where when page is loaded I call a cloud function (via a custom action), it returns 500 records and those are displayed. In the response there is information how to get the next 500. Getting those is not an issue but how do I listen to the event when scrolling the listview to the end so that I know that I need to call the cloud functions to get the next 500
Infinite scrolling with cloud functions
Database & APIs
Read the documentation but there is no information how to listen to the scrolling event
Yes
2