Paginate streams list #138
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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_atwhich would surface any new content to the top of the list.We still needed to create a firestore index for the new query to work.