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
I am using a navigatorKey inside my MaterialApp constructor on my main.dart page. Every time I load the app I see the userSnapshot is passed to the AuthWidget with the ConnectionState.waiting, however, when I debug the StreamBuilder inside AuthWidgetBuilder I am seeing the snapshot sent with the correct user, then somehow the navigatorKey
I am using a
navigatorKey
inside myMaterialApp
constructor on mymain.dart
page. Every time I load the app I see theuserSnapshot
is passed to theAuthWidget
with theConnectionState.waiting
, however, when I debug theStreamBuilder
insideAuthWidgetBuilder
I am seeing the snapshot sent with the correct user, then somehow the navigatorKeyHere is my code in the
main.dart
file:I've also tried to inject the service with get-it. Any help would be very much appreciated.
The text was updated successfully, but these errors were encountered: