Oh! When I did this in My Paginator function's parameter then its showing the next Items after the Last Index but not working When I add limit to the Next Items? and I am using kotlin.
lastItem: DocumentSnapshot? = null
and When I remove the null operator and null then its Showing the Next Items in the Whole List and working with limit but not showing after last Index?