firesync icon indicating copy to clipboard operation
firesync copied to clipboard

Add Support for nested objects

Open gngeorgiev opened this issue 9 years ago • 0 comments

Currently

var a = new FiresyncObject(ref);
a.items = [];
a.push('a');

will not work.

Same for objects.

As a workout set the items property to be a FiresyncArray.

This will probably be implemented as each inner object or array to be FiresyncObject or FiresyncArray. Should be pretty straight-forward.

gngeorgiev avatar Jul 14 '15 21:07 gngeorgiev