Currently, the FirestorePagingController has no way to update orderBy, orderByDescending, queryBuilders, or other parts of its state.
I tried to create a new controller with updated attributes during the widget lifecycle and reassigning it, but it leads to the InfiniteScrollPagination loading indefinitely after the controller is updated.
I there a workaround for this? I have also tried refreshing the previous and next controller before and after assigning them.