Signing out Logged In Users #24
Unanswered
sharktankful
asked this question in
Q&A
Replies: 2 comments
-
@sharktankful - I need to sign out a logged in user as well. I don't see a method in the docs to call. Did you ever figure this out? Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The simplest way would be to delete the token from the session, or whatever you're using to hold token. Firebase by default does not provide any sign-out API endpoints. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having an issue trying to figure out how to sign out users that have logged in. Do you need their idToken? If so, how then would I remove the token?
Beta Was this translation helpful? Give feedback.
All reactions