Document ID Conventions?

Sorry for Reviving this topic I found in a search, but I believe the reason for only using upper case and lower case is normalize your document id’s to be case insensitive. So for example a user uses myUserName, then tries to access their account again with myusername, the document ids won’t match, but if you always convert them to lowercase or uppercase they become case insensitive.

Just my two cents.