Get parameter ID with Meteor Iron Router Meteor Posted on October 4, 2016 | by admin //try something like this data: function() { var user = Meteor.users().findOne({_id: this.params.id}); return user; } http://stackoverflow.com/questions/29193173/how-to-make-use-of-an-id-in-meteor-iron-router#29197205 Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related