MCPcopy Create free account
hub / github.com/firebase/quickstart-js / signUserOut

Function signUserOut

functions/public/scripts/main.ts:135–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133
134// The user signs-out his Firebase account.
135async function signUserOut() {
136 await signOut(auth);
137}
138
139// This is called when the Firebase auth state has changed. i.e. the User has signed-in or signed-out.
140const onAuthStateChangedHandler = function(user: User | null) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected