MCPcopy 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

firebaseFunction · 0.90
uiMethod · 0.80
signOutMethod · 0.65
logMethod · 0.65
thenMethod · 0.45
errorMethod · 0.45

Tested by

no test coverage detected