MCPcopy Index your code
hub / github.com/NativeScript/firebase / signOut

Method signOut

packages/firebase-ui/index.ios.ts:602–611  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

600 }
601
602 signOut() {
603 return new Promise<void>((resolve, reject) => {
604 try {
605 this.native.signOutWithError();
606 resolve();
607 } catch (error) {
608 reject(FirebaseError.fromNative(error.message));
609 }
610 });
611 }
612}

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected