I have defined some useful fields in the users collection for my convenience. What would be the right way of allowing a client to access the corresponding field? I’m using the autopublish package, but Meteor.user() from the client side only reveals the emails array.
I have defined some useful fields in the users collection for my convenience. What
Share
You have to explicitly tell Meteor which fields from users to include when querying users collection.
For example to publish custom “avatar” field on client: