Implement Auth.revokeToken method to support Sign in with Apple token revocation #10827
Unanswered
peterfriese
asked this question in
Feature request
Replies: 2 comments 1 reply
-
Hey @peterfriese do you happen to know if there are updates on this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I created a new issue for this: #11396 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As of version 10.8.0, Firebase for Apple platforms support token revocation for Sign in with Apple (see the documentation).
Apps that offer account creation, must also provide users with a way to delete their account (and revoke the associated tokens) from within the app.
To allow Flutter developers to use this API, it should be exposed (looks like FLTFirebaseAuthPlugin.m might be a good place to put it).
See this comment on the Apple SDK repo for a person requesting this
Beta Was this translation helpful? Give feedback.
All reactions