{{ message }}
Replies: 1 comment
-
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to build an app that will mostly be used offline (only internet access is at home), the moment you go out in the field there is no internet access. The idea is that the user collects the data out in the field, and tonight when he is home the data sync with Firestore. This data can work with the cache method. (Meaning you have to first request the data while you have an internet connection before you can access it offline.)
However, the app has a second feature with information that should always be on the app. Meaning, the moment you install the app, the data from this specific collection should be downloaded to the device. And whenever you open the app with an internet connection the latest version of this collection should be stored on the device.
Can this be set with AngularFire?
(For reference I am building the App with Ionic + Capacitor + Angular.)
Beta Was this translation helpful? Give feedback.
All reactions