[Firebase-Auth] Delete/disable account from firebase dashboard #10967
Unanswered
Mohamed-7018
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I delete/ disable account from firebase authentication dashboard and this user is logged in, the
FirebaseAuth.instance.authStateChanges()
snapshot still sees that the user still logged in, and when I use it in streamBuilder, the snapshot.data still carries the user uuid and other details though it's deleted from the firebase authentication dashboard.The question is how can I force logout all devices which is using the blocked/deleted emails.
Here is my flutter code :
1- The landing page:
2 - Auth provider
Beta Was this translation helpful? Give feedback.
All reactions