+ 1
How do I make my website work without the Internet
I want to make my website work offline. when the connection returns it automatically updates the data in the database
1 Odpowiedź
+ 6
Firebase Firestore can do that
According to ( https://firebase.google.com/docs/firestore ):
”Cloud Firestore caches data that your app is actively using, so the app can write, read, listen to, and query data even if the device is offline. When the device comes back online, Cloud Firestore synchronizes any local changes back to Cloud Firestore.”