Skip to content

[firebase_auth]: signOut cannot sign out the Twitter Auth Provider #17337

Open
@AlexV525

Description

@AlexV525

Is there an existing issue for this?

  • I have searched the existing issues.

Which plugins are affected?

Auth

Which platforms are affected?

Android, iOS

Description

Calling FirebaseAuth.signOut cannot sign out of Twitter from the opening web tab; it still automatically redirects to the previous logged-in Twitter account.

Reproducing the issue

  1. Use TwitterAuthProvider to sign in.
  2. Call FirebaseAuth.instance.signOut.
  3. Reauth with TwitterAuthProvider.

Firebase Core version

3.13.0

Flutter Version

3.27.4

Relevant Log Output

No helpful information.

Flutter dependencies

pubspec.lock
  firebase_auth:
    version: "5.5.2"
  firebase_auth_platform_interface:
    version: "7.6.2"
  firebase_auth_web:
    version: "5.14.2"
  firebase_core:
    version: "3.13.0"
  firebase_core_platform_interface:
    version: "5.4.0"
  firebase_core_web:
    version: "2.22.0"

Additional context and comments

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions