I know how to make pagination with FutureBuilder,
however when I'm using StreamBuilder things gets tricky and complicated.
I tried to increase the document limit upon scrolling but this would restart the stream which will cause more quote "Reading the data twice, triple and so on".
Please help.