How do I make my data synchronized? | Aquro Help Center

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:

  1. Load the page that owns the data you want to synchronize with the Aquro Cloud by locating the page in the treeview and clicking on the page
  2. Click on the DATA tab
  3. Locate the DataObject you like to synchronize and click on the CONFIGURE button on the Sync property
  4. A confirmation now will appear, read the information and click ACTIVATE NOW if your like to activate data synchronization.

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.