Sign out user (Firebase Auth)
- 18 May 2022
- 1 Minute to read
-
DarkLight
-
PDF
Sign out user (Firebase Auth)
- Updated on 18 May 2022
- 1 Minute to read
-
DarkLight
-
PDF
Sign out the current Firebase Auth user.
If the signing out the user is successful, the first output is triggered and the Firebase UserCredential object returned.
If the the operation fails, the second output is triggered.
To use this flow, your app must have Firebase configured and authentication enabled in your Firebase project.
Input arguments
Label | Key | Type | Required? | Default | Description |
---|
Output arguments
Number of outputs: 2
No output arguments.
Events
No events.
Errors
Label | Code | Description |
---|---|---|
Signing out user failed | signOutFailed |
Thrown if signing out the current user failed. |
Was this article helpful?