Pagination with Firebase

I have a table with firebase query, I want to use server side pagination, the query works, by the tables doesn't paginate, any thing else i need to do?

Hey @Fred!

Here's an example using startAt instead of endAt, is there a particular reason you're using the latter? Can investigate if there's an equivalent setup with it. In the meantime though, in case startAt can work for you here it is, with an attached example that has it set up already, you'll just need to hook it up to your own resouce.

Table config:

Query config:


Firebase-20Pagination.json