On my home screen, I have a list of loan data fetched from Firestore with pagination, displaying 10 items per page. There's also a button to create a new loan. After creating a loan and back to Home screen, I'd like to refresh the list, but I'm unsure how to achieve this using FlutterFlow.
I've enabled "Listen for changes" in Firestore, but it appears that it only listens for updates and not for item additions or deletions.
How can I implement this refreshing mechanism in FlutterFlow?