I wrote a method to a user\'s address to a collection. However, i keep getting the error:
When the modifier option is true, validation object must have at le
Yeah, that error kinda sends you in the wrong direction. Regardless, you're using $addToSet on an object. Do this:
$addToSet
Meteor.users.update(currentUserId, {$set: addressDetails.address}