Supabase + Backend pagination + infinite scroll

Hi @julian :wave:

We don’t have that option in Supabase collections yet because, for now, we want to keep the collection’s UX the same for all plugins.

So you have 2 fallback options:

  1. Create a collection that uses the Supabase range option with the REST API plugin

  2. Use the Supabase select action in a workflow with the range option: Supabase database select | WeWeb documentation

If you choose option 2. I’d recommend adding the items in an array variable and binding your items to that variable instead of a collection.

Does that help?