I want to do the pagination in Firestore using the rest API's (using springboot). Is there any way similar to spring data?
Currently I am using the Paginate data with query cursors. But here we will require the last element (last token/last count) or last snapshot to get the next batch.
Is there any other way to paginate using just page and page size in Firestore?
0 Replies