I have integrated GIDSignIn in iOS swift project. I am able to login and get user detail like email using.
GIDSignIn.sharedInstance()?.currentUser?.profile.email
But when I kill and restart app GIDSignIn.sharedInstance()?.currentUser become nil. And I need to sign in silently in app to get the currentUser detail.
Is there any way to get email address of logged in user when app restart without silent sign in?