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:
- Sets the page number of the collection view (using await syntax)
- Triggers the Raw Firestore query
Let me know if that works for you!