Tyler Roach
Tyler Roach
It looks like there may be a newer Android Chime SDK here: https://github.com/aws/amazon-chime-sdk-android. It may be worth exploring that. > Interesting! I was under the impression they were refreshed automatically....
The documentation is just codegenerated and matches what is provided in this link: https://docs.aws.amazon.com/iot/latest/apireference/API_iotdata_GetRetainedMessage.html#API_iotdata_GetRetainedMessage_ResponseSyntax Will take a further look to see if we can do anything about this.
Thank you for the report. Will look to report this to the proper team. These files are code generated, so we cannot edit this file directly as it would continually...
I'll let you know if I find out for the future. I reported the issue here: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/lambda/index.html as there was a place to report bad links. Will update this ticket...
Can you click on the "Google" identity provider and take a look at the attribute mapping? Did you add configure Google sign in's via the Amplify CLI or are you...
What about attributes to verify under the sign up tab. When authenticating with Google, did you get an email verification? If not I'll try and test this myself. I can't...
I'll let you know what I see on my end when I set up a test app.
I've verified that on a new Amplify app with google hosted ui sign in, I am also not seeing the email as confirmed. However, the user is "enabled" and the...
Yes, I am able to log in successfully. I'll take a look at the logs you are seeing when they come in. Thank you.
@mbahmani90 I missed an important detail in the original build.gradle you posted. I see this dependency `implementation 'com.amazonaws:aws-android-sdk-auth-userpools:2.8.0'`. This comes from our AWS Android SDK. If this happens to be...