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 Firebase auth in a Flutter web app. I am using the latest versions of Flutter and Firebase.
I am debugging on chrome which is launched via the VSCode flutter tools. When I close the debug session, and start a new one, the user is not persisted.
I have created a user on the firebase console. I then run the following minimal example project.
When I first debug the app, it prints "signed out". I then hit the login button and it prints "signed in". I then kill the debug session and then start from scratch...it then prints "signed out" again. The leads me to believe that the user is not being persisted, or somehow the broswer user data directory is cleared or not writable.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using Firebase auth in a Flutter web app. I am using the latest versions of Flutter and Firebase.
I am debugging on chrome which is launched via the VSCode flutter tools. When I close the debug session, and start a new one, the user is not persisted.
I have created a user on the firebase console. I then run the following minimal example project.
When I first debug the app, it prints "signed out". I then hit the login button and it prints "signed in". I then kill the debug session and then start from scratch...it then prints "signed out" again. The leads me to believe that the user is not being persisted, or somehow the broswer user data directory is cleared or not writable.
Beta Was this translation helpful? Give feedback.
All reactions