ReallySmallSoftware / cordova-plugin-firestore

A Google Firebase Firestore plugin to enable realtime synchronisation between app and cloud and automatically handle limited connectivity.
Other
22 stars 10 forks source link

How do I read only actual data from the server rather than local cache? #19

Open alimuhammadca opened 5 years ago

alimuhammadca commented 5 years ago

I am using cordova plugin for firestore to listen to a collection. I keep getting the same old documents even after the data is changed on the server. I understand that I could use metadata to distinguish the source of the data. Unfortunately, I did not find a single code example so far.

I have tried everything available within the google documentation. I will appreciate if you could provide a simple example.

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

Specifications