A friendly string that represents the current user. Uses first name, last
name, full name and username. This will return null the current user is not
logged in.
Example
constname = authService.getUserFriendlyName() if (name) { // Display current user's name }
A friendly
stringthat represents the current user. Uses first name, last name, full name and username. This will returnnullthe current user is not logged in.Example