Hey everyone, I am having trouble on integrating s...
# multiplatform
d
Hey everyone, I am having trouble on integrating sign in with Google on Android and Desktop. Are there any libraries to integrate it efficiently?
t
Have you looked at AppAuth for PKCE authentication? https://github.com/openid/AppAuth-Android/blob/master/app/README-Google.md
I use it on Android/iOS for a project I work on.