Check if user is logged in Firebase Auth provides you with a current user to check. They keep track of the login status on disk so you can simply check if the user is null or not to confirm if we’re logged in. Open up the AuthenticationService and add a new function that returns a type Future<bool> .