furaiev / amazon-cognito-identity-dart-2

Unofficial Amazon Cognito Identity Provider Dart SDK, to easily add user sign-up and sign-in to your mobile and web apps with AWS.
MIT License
187 stars 114 forks source link

getAWSCredentials with Google #50

Closed Kacpur closed 4 years ago

Kacpur commented 4 years ago

Hi,

how can I authenticate user with Google using getAWSCredentials method? In the documentation there is en example for Facebook, saying that I need to pass 'graph.facebook.com' as a second parameter. I'm new to social auth and I do not know what is equivalent for that for Google or where actually search for it.

Just to add, I do not manage AWS Pools, I only do mobile app using whatever I am provided from AWS team.

furaiev commented 4 years ago

Hi, maybe @dagovalsusa can help you, but I'm not sure...

dagovalsusa commented 4 years ago

I hope this guide can help you

https://docs.aws.amazon.com/cognito/latest/developerguide/google.html

Kacpur commented 4 years ago

@dagovalsusa Thank you, I will check it as soon as I will be able.