capawesome-team / capacitor-firebase

⚡️ Firebase plugins for Capacitor. Supports Android, iOS and the Web.

Home Page:https://capawesome.io/plugins/firebase/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: add support for revoking Access Token for AppleID logins

waltercruz opened this issue · comments

Plugin(s)

  • Analytics
  • App
  • App Check
  • Authentication
  • Crashlytics
  • Cloud Firestore
  • Cloud Messaging
  • Cloud Storage
  • Performance
  • Remote Config

Current problem

According to current App Store Review Guidelines, apps that support login needs to implement a way to delete user account and revoke the Access Token

https://firebase.google.com/docs/auth/web/apple#token-revocation

Preferred solution

There should be support on capacitor-firebase to revoking the access token.

Alternative options

No response

Additional context

No response

Before submitting