React Native Firebase
    Preparing search index...
    • Revokes a user's Sign in with Apple token.

      Parameters

      • auth: Auth
      • authorizationCode: string

      Returns Promise<void>

      React Native Firebase-specific API required by Apple's account-deletion guidelines. Supported on iOS via the native revokeTokenWithAuthorizationCode bridge. On Android and Web the bridge resolves without performing revocation (no-op). Distinct from firebase-js-sdk revokeAccessToken, which revokes OAuth access tokens on Web only.