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
Well by nested objects you mean what exactly ? As far I have understood you could create the Syncable Model for example Item and which is part of the ItemList objectType for the Vector or Set ?
In the 0.3 it is possible to manually keep object ids as strings and fetch referenced objects. Also, Model may have nested JSON values, but those will not be syncables (i.e. last write wins). Another possibility is to use collections that load all of the members at once.
Of course, it is way more convenient to have syncable objects graphs that load (semi) automatically so the developer does not bother with manual fetching and stuff. That comes in 0.4 with Syncable.Ref.
I would like to know if there is some any way to support nested objects.
The text was updated successfully, but these errors were encountered: