I am utilizing the iOS SDK and I want my users to be able to change their profile image.
I read on this page: Change User Pictures that Auth0 doesn’t allow you to change the default avatar that you have to set a metadata field with a new image URL.
I wanted to be able to upload the new image to Auth0 and assumed that capability came with Auth0’s data-store.
Why can’t users change the default image?
If I was to create an Amazon S3 bucket, how would I go about setting this up to allow users to be able to upload from iOS without using Amazon Cognito?
I would have actually preferred to ONLY use Auth0’s datastore… so this is highly disappointing.
Are there any other options?