Paginate streams list #138

Closed
opened 2026-04-09 19:25:01 +00:00 by talksik · 1 comment
talksik commented 2026-04-09 19:25:01 +00:00 (Migrated from github.com)

This is an open question because it complicates real-time features such as huddles status and autoplay behavior. However, we should consider as teams will grow to having 1000s of streams especially in the closed tab.

We can still paginate and order by last_child_created_at which would surface any new content to the top of the list.

This is an open question because it complicates real-time features such as huddles status and autoplay behavior. However, we should consider as teams will grow to having 1000s of streams especially in the closed tab. We can still paginate and order by `last_child_created_at` which would surface any new content to the top of the list.
talksik commented 2026-04-12 19:52:15 +00:00 (Migrated from github.com)

We still needed to create a firestore index for the new query to work.

We still needed to create a firestore index for the new query to work.
Sign in to join this conversation.