I have a form which collects some information from logged in user. I am able to store collected data in a collection and display it to user. I want to show a preview of collected data and ask him for confirmation before that gets published to all other clients or users.
please suggest the way to do so.I saw the Meteor.pulish() in docs but not able understand how to use it.