Oleksii Furaiev
Oleksii Furaiev
Hi, I've copied this project in a separate package (because this one isn't supported anymore) https://pub.dev/packages/amazon_cognito_identity_dart_2 Welcome to contribute.
@chris thank you for question, Yes, it seems like the example isn't good enough and it should be rewritten.
Hello, guys, you are welcome to debug and fix this bug if you have time and passion. Unfortunately, I'm overloaded and don't have time to do it.
This is up to you. You can use your SecureStorage or rewrite it smth like ``` class SecureStorage imlements/extends CognitoStorage {...} ``` and pass it into the `CognitoUserPool ` as...
Like in readme - https://github.com/furaiev/amazon-cognito-identity-dart-2#use-custom-storage
Is this issue still topical?
I hope official documentation will help you https://docs.aws.amazon.com/cognito/latest/developerguide/google.html
Please try on this step: ``` final user = CognitoUser( 'xxx', _userPool, signInUserSession: session, ); ``` change your `'xxx'` to `null`.
@jazzdragon you are welcome to contribute to this feature if you have time and passion. Unfortunately, I'm overloaded and don't have time to contribute actively.
Hello, Is your app a null safety?