Firestore or Provider giving back old data flutter
I am using cloud_firestore and riverpod in my project. I have a firestore database with some data. If I delete the data in firestore, I would expected my app to notice that as well. But at first I get the…