Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/firebase
/ signOut
Method
signOut
apps/demo/src/plugin-demos/firebase-ui.ts:28–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
signOut() {
29
firebase()
30
.ui()
31
.signOut()
32
.then(() => {
33
console.log(
'signOut complete'
);
34
})
35
.catch((e) => {
36
console.error(
'signOut error:'
, e);
37
});
38
}
39
}
Callers
nothing calls this directly
Calls
6
firebase
Function · 0.90
ui
Method · 0.80
signOut
Method · 0.65
log
Method · 0.65
then
Method · 0.45
error
Method · 0.45
Tested by
no test coverage detected