I am using flutter / riverpod and debugging my app by manually changing the data in firestore. But my changes are not being reflected in my IOS simulator app? I keep getting the old value or state that was previously stored in the field?
- cloud_firestore: ^5.1.0
- firebase_auth: ^5.1.2
- firebase_core: ^3.2.0
- firebase_storage: ^12.1.1
I have updated my firestore/firebase packages to the latest versions and set persistenceEnabled to false.
But nothing seems to work?!
If I stop the debugger and rerun the application again, then it appears to fetch the new value or state from the database.
Obviously this is a hinderance to have to manually stop the debugger each time and restart the application to reflect the manual changes I made to the database. I have never experienced this in the past and have only noticed this since updating the simulator to the latest IOS 15 Pro max version?
Has anybody experienced this problem and got a work around?
Cheers!
Entire source code:
https://github.com/aletheon/eleutherios-flutter