I am creating an Android that basically collects data and syncs to a database (push and pull), for this I am using Couchbase lite -> sync gateway -> Couchbase server
One downside is I can't sync (not allowed) via wifi or bluetooth, USB is the only option.
I believe I've found the necessary API's to do this, so essentially it will now be
couchbase lite -> sync app (desktop application) -> sync gateway -> server
My question what's a better way to control the sync? Allow the sync app to control it or the Android app?
I believe either would be possible.
One downside is I can't sync (not allowed) via wifi or bluetooth, USB is the only option.
I believe I've found the necessary API's to do this, so essentially it will now be
couchbase lite -> sync app (desktop application) -> sync gateway -> server
My question what's a better way to control the sync? Allow the sync app to control it or the Android app?
I believe either would be possible.
Last edited: