firestore_cache
firestore_cache copied to clipboard
A Flutter plugin for fetching Firestore documents with read from cache first then server.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...
Plugin works great in normal conditions. But if, after cache is first initiated, device goes offline, the `getDocuments` methods takes a while before returning cached data. Looking at the code,...
now support firestore documents with custom converter before documents initiated with withConverter collection couldn't be passed into function because function takes DocumentReference type but our doc is DocumentReference type error...