Feature Request – Proper Pagination Support in Firebase Components

Hello Team,

We request improved pagination support in Niotron’s Firebase components.

Currently, both Realtime Database and Firestore only provide Limit-based queries, without support for cursor pagination such as startAt, startAfter, or lastKey / lastDocument.

This limitation makes it difficult to build scalable feeds for social media apps, forcing developers to use inefficient workarounds like increasing limits and manual filtering.

Requested features:

  • Cursor-based pagination (startAfter, endBefore)

  • Access to last fetched key / document

  • Support for true infinite scrolling

This enhancement would significantly improve performance, scalability, and developer experience for real-world apps.

Thank you for considering this request.