Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

multiple set in meteor user

Meteor.users.update(
  Meteor.userId(),
  {$set: {
     "profile.name": name,
     "profile.address": address,
     "profile.company": company,
     "profile.other": other
    }
  }
);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #multiple #set #meteor #user
ADD COMMENT
Topic
Name
8+6 =