Finally, we want to get some of our dynamic data to be stored offline.
meteor add ground:db
Lists = new Meteor.Collection("lists"); GroundDB(Lists); Todos = new Meteor.Collection("todos") GroundDB(Todos);