Atualize ou insira uma coleção de meteoros

doc = Collection.findOne({owner: Meteor.userId()});

doc
? Collection.update({_id: doc._id}, {$set: {field: value}}) : Collection.insert({owner: Meteor.userId(), field: value});