Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
export
const
doSignOut = () => {
37
return
auth.signOut();
38
};
39
40
export
const
doPasswordReset = (email) => {
41
return
sendPasswordResetEmail(auth, email);
Callers
1
handleLogout
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected