-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
Needs AttentionThis issue needs maintainer attention.This issue needs maintainer attention.blocked: firebase-sdkplatform: androidIssues / PRs which are specifically for Android.Issues / PRs which are specifically for Android.platform: iosIssues / PRs which are specifically for iOS.Issues / PRs which are specifically for iOS.plugin: authtype: bugSomething isn't workingSomething isn't working
Description
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
- Use
TwitterAuthProviderto sign in. - Call
FirebaseAuth.instance.signOut. - 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
Labels
Needs AttentionThis issue needs maintainer attention.This issue needs maintainer attention.blocked: firebase-sdkplatform: androidIssues / PRs which are specifically for Android.Issues / PRs which are specifically for Android.platform: iosIssues / PRs which are specifically for iOS.Issues / PRs which are specifically for iOS.plugin: authtype: bugSomething isn't workingSomething isn't working