Within my application, I have a streamlined public profile that showcases only a portion of the fields stored in my Meteor.users collection. While I understand that I can selectively publish specific fields from the collection, I am concerned about unnecessary data being transmitted to users when they subscribe to it. As a solution, I aim to publish this data on demand, meaning it will only be accessible when requested by the user - for example, upon visiting
/public-profile/425f7834985r79na8syf
.