Hi Community, I am seeking advice on best practices for synchronizing data stored on distributed mobile devices (using Kotlin and Realm MongoDB) with a remote data source (Microsoft SQL Server). Our project requires ensuring data consistency and integrity across mobile devices and the remote server, handling both online and offline scenarios.
Thanks in advance!
Mohamed Abdiwahid
06/22/2024, 2:47 PM
#multiplatform
c
chrisjenx
06/22/2024, 6:09 PM
I mean, Realm/Firebase are the easiest out of box do it for you, otherwise this isn't really a multiplatform problem it;s more just pick a solution and implement it
chrisjenx
06/22/2024, 6:10 PM
But I think Firebase is the only out of box solution that works (via 3rd party lib) on KMM
m
Mohamed Abdiwahid
06/23/2024, 8:40 AM
Any resources/Wikis on this topic? this will greatly help