react-firestore icon indicating copy to clipboard operation
react-firestore copied to clipboard

Add support for pagination

Open green-arrow opened this issue 7 years ago • 1 comments
trafficstars

Allow the user to specify the total number of documents that should be returned, as well as an offset, so that the user can support paging through a large number of documents.

green-arrow avatar Jan 20 '18 22:01 green-arrow

The offset method is discouraged: https://youtu.be/poqTHxtDXwU

peteruithoven avatar May 16 '19 07:05 peteruithoven