To make your data synchronized between local user devices and the Aquro cloud, you'll first need to setup user authentication within your app. This is because only authenticated users can read and manipulate data from the Aquro cloud database.
NOTE: If you do not require user accounts/logins in your app but want to have data synced, you may automatically filter all users through the same default 'dummy' authentication/account in order to make use of sync without requiring any addition registration from your users.
Read more about user authentication here.
When user authentication is implemented, it is easy to make sure that the data is uploaded to the Aquro cloud.
Data synchronization is configured once for every data collection you want to make synchronized.
To make a data collection synchronized follow these steps:
A configuration window will now appear. Find out more about these configurations in the following articles:
New data in your collections will automatically be uploaded to the Aquro Cloud.
The easiest way to download data from the cloud is to use the Data.Col.Sync coding block (described near the bottom of that article) from a Visual Coding Script that will synchronize a collection with the data in the Cloud.