Hello all, I have a kmm app with realm db, I upda...
# multiplatform
d
Hello all, I have a kmm app with realm db, I updated the kotlin realm sdk version from 1.4.0 to 1.7.0 and login/logout does not work as expected. Did something change on how I should do it? In 1.4.0 works perfectly. (edited) From the release notes, the
SyncSession.downloadAllServerChange()
and
SyncSession.uploadAllLocalChanges()
was reversed. What is the meaning of reversed in this case?