Replies: 1 comment
-
Yes, this plugin supports offline persistence. From the Firebase documentation:
For the web, there is no such |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Afaik firebase has the option to enable offline-persistence which caches requests (& queries afaik) to collections on the client.
Does this plugin make use of this by default automatically? I did not find any options to setup offline persistence but I do want to use it.
I saw it here, only the clearPersistence method:
https://github.com/capawesome-team/capacitor-firebase/tree/main/packages/firestore#clearpersistence
So I assume this does support it. If it does I will consider in the future replacing my whole firebase access with this plugin instead of angular/fire. That's why I am asking before going in the direction of that change.
Beta Was this translation helpful? Give feedback.
All reactions