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
{{ message }}
This repository has been archived by the owner on Jul 18, 2018. It is now read-only.
Is the demo broken? I add a message and firebase json is not updated. Also your samples on the front page dont seem to work for me. But that could be my lack of understanding.
eg:
var model = ko.observable().extend('sync', store);
model.crud.create({u: 'test', m: 'hi'});
Falis with crud method not found.
I would love to use your binding, so any help would be great!
-trav.
The text was updated successfully, but these errors were encountered:
Hi,
Is the demo broken? I add a message and firebase json is not updated. Also your samples on the front page dont seem to work for me. But that could be my lack of understanding.
eg:
var model = ko.observable().extend('sync', store);
model.crud.create({u: 'test', m: 'hi'});
Falis with crud method not found.
I would love to use your binding, so any help would be great!
-trav.
The text was updated successfully, but these errors were encountered: