-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how can i add custom attributes when signup #68
Comments
seems so
1st time we've tried, we got error code 400 SerializationException |
Guys, fixed in forked branch https://pub.dev/packages/amazon_cognito_identity_dart_2 |
@furaiev thanks for fixing this one quickly. i think it's also good to submit a PR to this repo so we can switch back to it once it is merged |
I don't believe that owner will start support this package again. There are already 14 unresolved PRs. |
final userAttributes = [
new AttributeArg(name: 'name', value: name),
new AttributeArg(name: 'custom:attribute_1', value: attribute_1),
new AttributeArg(name: 'custom:attribute_2', value: attribute_2),
new AttributeArg(name: 'custom:attribute_3', value: attribute_3),
] |
how can i add custom attributes when signup?
can i use ClientMataData ?
Thanks.
The text was updated successfully, but these errors were encountered: