You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
With the pagination implementation, the fetchGroups() function actually fetches the next 10 (default) groups from firestore. The pull to refresh functionality is just using this function.
Acceptance Criteria
Given I am a user when I am trying to refresh the groups list then the pull to refresh should pull the first 10 groups
Given I am a user when I am trying to refresh the groups list then the pull to refresh should start the pagination from the beginning
Description
With the pagination implementation, the fetchGroups() function actually fetches the next 10 (default) groups from firestore. The pull to refresh functionality is just using this function.
Acceptance Criteria