David Daudelin
David Daudelin
None of those four attributes are specific to Cognito so I think it's worth keeping them. They could be named more clearly but given the benefit of using consistent terminology...
Hey, this is intended behavior. You are successfully signed up at this point - it's just that there is an additional step you can take of confirming your account which...
I believe the reason we digressed from `if nextStep == null then done` here is because you are indeed completely signed up after the success callback comes back. If you...
Hey @cfsbhawkins - yeah `confirmResetPassword` is only for a user who has called the `resetPassword` method. Looking at the AWS Documentation it seems that it is intended behavior that even...
In general we don't support runtime changes of initial SDK configuration so I've set this as a feature request so others can +1 or comment on it as well and...
Thanks for suggesting this - we will keep it in mind here and prioritize it based on demand.
Hey @dinnerdeal - we're currently focused on Amplify DataStore which is our recommended solution to GraphQL capabilities with offline support. We support both products, and you may continue to use...
Hey, It seems this issue is caused by running the non-async getTokens() method on the main UI thread. You can either run it on a background thread or run the...
Gotcha - yeah are you calling it after a successful callback from the AWSMobileClient initialize though?
Ok gotcha - thanks for the update!