I wanna check if the user has still a valid session, before I present the Home View controller of my app. I use the latest Firebase API. I think if I use the legacy, I\'ll be ab
if Auth.auth().currentUser?.uid != nil { //user is logged in }else{ //user is not logged in }