CapacitorGoogleAuth
CapacitorGoogleAuth copied to clipboard
Silent SignIn
Please provide Silent-SignIn feature. ( auth.api.signin.GoogleSignInClient.silentSignIn() ) This can be used to refresh the token by signing in the user in background without displaying any user interface. I need this badly for my project.
Thank you!
I try to use refresh() method at startup for capture idToken and decode them, but this caused null reference error. I debuged plugin code and found that at startup moment not loaded all scripts, and auth2 object directly.