Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
6
import { GoogleAuthProvider, signInWithPopup } from
"firebase/auth"
;
7
8
const signOut = auth => auth.signOut().then(() => console.log(
'signed out'
));
9
const signIn = async auth => {
10
const provider = new GoogleAuthProvider();
11
Callers
1
UserDetails
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected