Objectbox Sync for Flutter

47 views Asked by At

I'm new to using Objectbox. I've already used the local version of the database ant it works perfectly.

Now I want to understand how Objectbox Sync work if I still haven't obtained the Sync Server version. I tried to set up my entities in the Sync mode, but when I run the app, errors are thrown stating that the sever isn't available yet. Does Objectbox use a local database in case the server isn't available? How can I initially set up my entities and work on the app until I get the Sync Server? Thank you in advance.

I tried to run the app in the sync mode without the server, but errors are thrown.

0

There are 0 answers