Stripped down test of Richard Silverton's dumb collections package for Meteor: richsilv:meteor-dumb-collections
Assuming Meteor is installed:
% meteor run
- Navigate to
http://localhost:3000
- Press
sync
button to sync the documents from the server - Reload the page with JS console open to see failure loading from
localStorage
Exception in defer callback: Error: Meteor does not currently support objects other than ObjectID as ids
...