MCPcopy
hub / github.com/firebase/codelab-friendlychat-web / signOutUser

Function signOutUser

web/src/index.js:62–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60
61 // Signs-out of Friendly Chat.
62 function signOutUser() {
63 // Sign out of Firebase.
64 signOut(getAuth());
65 }
66
67 // Initialize firebase auth
68 function initFirebaseAuth() {

Callers

nothing calls this directly

Calls 1

signOutFunction · 0.50

Tested by

no test coverage detected