You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context
I'm trying to use the widget SignOutButton firebase_ui_auth-1.15.0 to sign out a signed-in user.
The sign-in is done with the SignInScreen from the same package.
My sign-in screen is configured with
Is there an existing issue for this?
What plugin is this bug for?
Firebase UI Auth
What platform(s) does this bug affect?
Web
List of dependencies used.
flutter pub deps -s list
dev dependencies:
transitive dependencies:
Steps to reproduce
Context
I'm trying to use the widget
SignOutButton
firebase_ui_auth-1.15.0 to sign out a signed-in user.The sign-in is done with the
SignInScreen
from the same package.My sign-in screen is configured with
When the user hits the SignOutButton, 3 things can happen:
Desktop site
option: they're signed-out without any issuesDesktop site
option, nothing happens at all.For info, the button is defined as
I checked the logs and I'm seeing the following error in the console:
Null check operator used on a null value
I tried debugging a bit by reproducing the calls that the SignOutButton does but the farthest I could get is seeing a
LateInitializationError
.Expected Behavior
The user is signed out.
Actual Behavior
The user is not signed out and an exception is thrown
Additional Information
No response
The text was updated successfully, but these errors were encountered: