-
Notifications
You must be signed in to change notification settings - Fork 0
User Information
Kenson G edited this page Jul 19, 2019
·
1 revision
Displays the user's first name.
function firstName() {
...
}
Displays the user's last name.
function lastName() {
...
}
Displays the user's full name.
function fullName() {
...
}
Displays the user's email.
function email() {
...
}
Displays the user's profile image using the document ID.
function profileImage() {
...
}
Displays the user's domain name using the document ID.
function domainName() {
...
}
Will be updated periodically. Manage by Kenson G.