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

Function onSignOutClick

auth/phone-visible.ts:147–149  ·  view source on GitHub ↗

* Signs out the user when the sign-out button is clicked.

()

Source from the content-addressed store, hash-verified

145 * Signs out the user when the sign-out button is clicked.
146 */
147function onSignOutClick() {
148 signOut(auth);
149}
150
151/**
152 * Reads the verification code from the user input.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected