Hi,
I have a ListView on page 1, on tap ListTile I navigate to page 2 (Details) and pass Firestore Document as a parameter. On page 2 I have an edit button where I can see and edit details like name, birthday etc. but unfortunately, after the update data is not refreshing on details page. I have to go back to page 1 and open page 2 one more time to see changed data.
It looks like when I pass the document from page 1 -> 2 it has constant values. Even if I manually update data in firebase console it does not change on page 2. It is visible immediately on page 1.
Any help on this topic?