Short version of my question: I have a Flutter mobile app that uses AWS Amplify to handle user sign-up and log-in. Now I need to add push notification capabilit
How do I get in Flutter, the cognito custom user attribute for user? await Amplify.Auth.fetchUserAttributes(); returns only user attributes but not the custom
I'm creating flutter application with Firebase authentication. But I need to store some recording files (mp3) to cloud storage. I need to use aws s3 as a requir