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

Method logOutUser

apps/demo/src/plugin-demos/firebase-auth.ts:165–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 }
164
165 logOutUser() {
166 firebase().auth().signOut();
167 this._setCurrentUser(undefined);
168 }
169
170 loginMs() {
171 // https://firebase.google.com/docs/auth/android/microsoft-oauth#handle_the_sign-in_flow_with_the_firebase_sdk

Callers

nothing calls this directly

Calls 4

_setCurrentUserMethod · 0.95
firebaseFunction · 0.90
authMethod · 0.80
signOutMethod · 0.65

Tested by

no test coverage detected