Looking at the Android SDK reference, I noticed there is a revokeAccessToken API https://firebase.google.com/docs/reference/android/com/google/firebase/auth/FirebaseAuth#revokeAccessToken(java.lang.String) for revoking Apple-issued accessToken on Android. Currently, this is not exposed by the latest version of the Flutter SDK, version 6.4.0 as at the time of opening this issue
Looking at the Android SDK reference, I noticed there is a
revokeAccessTokenAPI https://firebase.google.com/docs/reference/android/com/google/firebase/auth/FirebaseAuth#revokeAccessToken(java.lang.String) for revoking Apple-issued accessToken on Android. Currently, this is not exposed by the latest version of the Flutter SDK, version6.4.0as at the time of opening this issue