Auto sync workflow for 2 devices on same data: Multiple devices Synchronization Issues #351
Replies: 4 comments
-
@Sampath-Lokuge before leaving the deviceA the user should export to the backend and when starting the app in deviceB you must call the backend to see if there are some changes and import them. |
Beta Was this translation helpful? Give feedback.
-
@Sampath-Lokuge Any progress on this? |
Beta Was this translation helpful? Give feedback.
-
ElectricSQL can solve this problem by having Postgres as backend DB |
Beta Was this translation helpful? Give feedback.
-
@jepiqueau We have decided to use .NET SignalR here. |
Beta Was this translation helpful? Give feedback.
-
Hi,
We use your plugin to develop offline first Ionic/Angular native mobile app. We use .Net core as the API backend.
We have already developed the below workflows with your plugin and also using APIs, All are working fine.
Online
A new device with old user/data
Old Cordova DB data migration
A new device with a new user
Offline
Now we need to implement the 6th use case too. It is like so:
User A
has 2 devices. He would like to use both devices for operating the app under the same user name/PW. Let's sayUser A
has done some CRUD operations onDevice A
. The later time he moves toDevice B
and he cannot see any of his changes done onDevice A
due to no sync of data to that. We would like to have auto sync kind of workflow too on online use cases.We would like to have your feedback here on how to implement this kind of workflow. Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions