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

Function onSignOutClick

auth/phone-simple.ts:36–38  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

34 * Signs out the user when the sign-out button is clicked.
35 */
36function onSignOutClick() {
37 signOut(auth);
38}
39
40/**
41 * Updates the state of the Sign-in form.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected