I’m using Firebase Firestore v10 in my web app and want to improve offline functionality. While I understand Firestore allows accessing cached documents offline, is it possible to fetch entirely new data (never retrieved before) when the device is offline?
What I’m trying to achieve:
Allow users to access specific data points even when offline, even if they haven’t interacted with that data before.
New contributor
Raheel NextPak is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.