MCPcopy Create free account
hub / github.com/Bitbox-Connect/Bitbox / doSignOut

Function doSignOut

client/src/firebase/auth.js:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35
36export const doSignOut = () => {
37 return auth.signOut();
38};
39
40export const doPasswordReset = (email) => {
41 return sendPasswordResetEmail(auth, email);

Callers 1

handleLogoutFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected