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

Function onSignOutClick

auth/phone-invisible.ts:146–148  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected