MCPcopy Create free account
hub / github.com/firebase/codelab-friendlychat-web / getUserName

Function getUserName

appcheck/hosting/src/index.js:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94
95 // Returns the signed-in user's display name.
96 function getUserName() {
97 return getAuth().currentUser.displayName;
98 }
99
100 // Returns true if a user is signed-in.
101 function isUserSignedIn() {

Callers 3

saveMessageFunction · 0.70
saveImageMessageFunction · 0.70
authStateObserverFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected