Meteor.user() , Meteor.userId() and Meteor.userLoaded() are all reactive data sources ( documentation ).
If you place them inside the template helper or create your own context around them, you will notice when the current user changes.
Andreas
source share