firesync icon indicating copy to clipboard operation
firesync copied to clipboard

:fire: firesync is a library for seamless data synchronization between Firebase and your local data.

Results 1 firesync issues
Sort by recently updated
recently updated
newest added

Currently ``` js 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`....