We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it would be nice to have a "best name" helper for cases when you want to display a nice name from an identify request (olark, live debugger, etc.)
would be like:
return this.email() || this.username() || this.name() || this.userId() || this.sessionId();
but then ideally the very best is like First Last (email)
First Last (email)
might make sense to rename .uid to .bestId at that point and include sessionId in its attempted ids
.uid
.bestId
sessionId
The text was updated successfully, but these errors were encountered:
No branches or pull requests
it would be nice to have a "best name" helper for cases when you want to display a nice name from an identify request (olark, live debugger, etc.)
would be like:
but then ideally the very best is like
First Last (email)
might make sense to rename
.uid
to.bestId
at that point and includesessionId
in its attempted idsThe text was updated successfully, but these errors were encountered: