Replies: 1 comment 7 replies
-
Thank you for your question! Offline persistence (https://firebase.google.com/docs/firestore/manage-data/enable-offline) is not yet supported by the Capacitor Firebase Firestore plugin. Feel free to create a feature request. This should be easy to implement. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can get document data this way:
but when the app is offline it will give me such error: FirebaseError: Failed to get document because the client is offline.
Is there a way to obtain most recently used document data (assume that I can preload the docs while being online)?
Can offline work cross-platform: on Web, Android and iOS?
Searching for "offline" on https://capawesome.io/plugins/firebase/cloud-firestore/ doesn't give me anything.
For "persistence" I only get "clearPersistence".
Beta Was this translation helpful? Give feedback.
All reactions