·FlutterFlow Expert

[Feature Request] Add Native Supabase Pagination Support in Backend Query (Infinite Scroll)

Actions & Logic

Hi everyone,

We’ve recently completed a beautiful social media app using FlutterFlow + Supabase. While everything works well, we’ve hit a major performance limitation: there’s currently no way to implement pagination (infinite loading) using Supabase with the Backend Query UI.

We know this is technically possible via API calls (with limit/offset), but our entire project uses Backend Query, and switching now would require major refactoring.

🔁 Right now, our feed has to load all posts at once, which is hurting performance and UX — especially on mobile.

We’re requesting:

- Native support for pagination (limit/offset) in Supabase Backend Queries

- Integration with ListView/GridView for infinite scroll behavior

- Similar support to what Firebase already has in FlutterFlow

This is critical for scalable apps like social feeds, marketplaces, and community platforms.

Would love to hear if anyone found a workaround, or if the FlutterFlow team has this on the roadmap. 🙏

Thanks in advance!

What have you tried so far?

We explored using Supabase API calls with limit and offset, but since our app is fully built using Backend Queries, switching now would require major refactoring. We've also tried client-side filtering and caching, but without native pagination, performance is still an issue with larger datasets.

Did you check FlutterFlow's Documentation for this topic?
Yes
3
1 reply