use-pagination-firestore icon indicating copy to clipboard operation
use-pagination-firestore copied to clipboard

🔥 React hook for non-cumulative pagination of Firebase Firestore collections

Results 6 use-pagination-firestore issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.1 to 3.10.1. Changelog Sourced from jszip's changelog. v3.10.1 2022-08-02 Add sponsorship files. If you appreciate the time spent maintaining JSZip then I would really appreciate your...

dependencies

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.2 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...

dependencies

I suggest the package should have a function (e.g getCurrentPage) to get the current page while paginating through the items

Hello, I am using this package to abstract the fetching of data in my React app. I was just wondering on how could I get the error if the fetch...

While I am doing some local tests, setting the limit to 1 to test with a small dataset, some use cases might want to paginate items one by one, right...