+ 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

23rd Oct 2020, 8:46 PM
saeed altmimi
saeed altmimi - avatar
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.”
23rd Oct 2020, 10:21 PM
Galaxy-Coding (inactive)
Galaxy-Coding (inactive) - avatar