From Local Storage, you can sync data with the database on server and this can be configured by yourself. Syncing feature is used to ensure that the same set of data is used across all devices.
How to enable syncing When creating the collection user can choose if they want to sync data by enabling Support Two-ways Data Sync? property. Users can specify the type of sync service as Manual only or Automated. The information required to be entered by the User is shown below.
If the user chooses Manual sync, they can create a button to sync the table and call localStorageSync function inside the JavaScript.