So far in this series we have added a log in feature for both email and password and using a Google account. However, every time we close the app, the user will have to resign in. That’s wayyyy too inconvenient.
So in this episode we will set up a way for the user to stay logged into our app, until they decide to sign out by themselves. We’re going to set up a Root Widget that determines whether the user is currently logged in or not.
#flutter #logged