MCPcopy Index your code
hub / github.com/FirebaseExtended/reactfire / signOut

Function signOut

example/withoutSuspense/Auth.tsx:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { GoogleAuthProvider, signInWithPopup } from "firebase/auth";
7
8const signOut = auth => auth.signOut().then(() => console.log('signed out'));
9const signIn = async auth => {
10 const provider = new GoogleAuthProvider();
11

Callers 1

UserDetailsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected