Hi Community, I am seeking advice on best practice...
# multiplatform
m
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!
#multiplatform
c
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
But I think Firebase is the only out of box solution that works (via 3rd party lib) on KMM
m
Any resources/Wikis on this topic? this will greatly help