Reference
Search actions, models, namespaces…
⌘K
Back to Remy
Remy Reference
/
Interface SDK
/
Auth
/
auth.logout
auth.logout
Clear the current session.
auth.logout() → Promise<void>
Ends the session and fires
onAuthStateChanged
with null.
Usage
await
auth
.logout();