You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would solve a problem with server returning different versions of json i.e. we already have id and anotherField, but in some call server returns only id and someField. Realm can't help with it's createOrUpdateAllFromJson().
The text was updated successfully, but these errors were encountered:
Currently there is no way to insert json data to an object that already exists.
It would be great to be able to do as below (use case for Realm):
It would solve a problem with server returning different versions of json i.e. we already have
id
andanotherField
, but in some call server returns onlyid
andsomeField
. Realm can't help with it'screateOrUpdateAllFromJson()
.The text was updated successfully, but these errors were encountered: