Firebase – Why does my Firestore listener with offline persistence always read from the server?
I am using Firebase JavaScript Modular Web Version 9 SDK with my Vue 3 / TypeScript app. My understanding is that when using Firestore real-time listeners with offline persistence it should work like this: When the listener is started the…