Xitang Zhao
Xitang Zhao
Any update on this? Seems like a simple fix.
Any update on this issue?
@ianmartorell Thank you so much for sharing your implementation. It is extremely helpful. I test it and work well. For others who are interested, below is a sample code of...
@ianmartorell One of the problem I run into is that calling `Auth.federatedSignIn` overwrites Cognito native user attributes. I wonder if you encounter similar issue. Basically, when I created the native...
@ianmartorell Thanks for your prompt response. That is actually what I am thinking as well using `AdminUpdateUserAttributes`. I have tried it and it works but I am hesitated to include...
I was able to map google's `email_verified` to cognito and it comes with `true`. So I only need to do it for facebook. The problem in this case is more...
The exact implementation varies based on the front end framework you use and the error message you throw. The high level idea is that 1. Once the native user is...
@oahmaro Interesting, this is my implementation and I haven't encountered this issue. I am not sure what might cause it but I would suggest `console.log` various variables in each stage...
Haha, good catch @ianmartorell! I actually suspect memory might be the cause, but wasn't 100% sure. I always have my lambda memory size up, in this case to 512MB `"MemorySize":...
> Here is my solution to this problem: > > 1. Put command buttons (like "link" on the gif in the first post) out of the `` tag. This is...