I’m using flutter to build my mobile app and I’m using google firestore to store all of my data. I have managed to create a function to store my data and fetch the data, I also managed to create a filter button to show certain part of my data.
The problem is, when I filter my data sometimes we need to register the query index on firebase. So sometimes when the query index is not registered, it will show error massage and asked the user to try again.
I wanted to change the interface of the error massage and I managed to do that by using firstPageErrorIndicatorBuilder
But I also want to keep the ‘try again’ button and it’s functionality.
What’s the code to ‘try again’ in firestore pagination ? I can’t find it in the documentation