I am unable to find details of how Firebase Firestore chooses what to cache locally. The documentation is vague about this. It says that Firestore caches data that the app is actively using
.
My requirement is that I need to explicitly set specific collections to be cached locally on the device. Is it possible to do it with Firestore?