[Mobile] Server Side Pagination (Cursor)

Hey @Kai_B! Check out this post by @Paulo on how to start setting this up.

Instead of relying on the automatic trigger based on page number, you can have the button 'Click' event handler run a script:

The script can:

  1. Sets the page number of the collection view (using await syntax)
  2. Triggers the Raw Firestore query

Let me know if that works for you!

1 Like