I need to generate ID for each user when they signup into meteor account with some starting word
(eg: example56789)
Any Suggestions.
Can you be more specific about the requirements of the ID?
Would this underscore function do the job?
http://underscorejs.org/#uniqueId
Thanks @jorgeer for the help 
Thanks for response @copleykj found the solution
while creating a user i have added a profile field where starting with a word and adding an id to it (“value”+id);