MCPcopy Index your code
hub / github.com/firebase/quickstart-js / signOutCurrentUser

Function signOutCurrentUser

auth/mfa-password.ts:148–154  ·  view source on GitHub ↗

* Signs out the current user.

()

Source from the content-addressed store, hash-verified

146 * Signs out the current user.
147 */
148function signOutCurrentUser() {
149 signOut(auth)
150 .then(function () {
151 alertMessage('User signed out!');
152 })
153 .catch(displayError);
154}
155
156/**
157 * Sends an email verification to the current user.

Callers

nothing calls this directly

Calls 1

alertMessageFunction · 0.85

Tested by

no test coverage detected