Display avatar when providing a supabase storage file url in avatar_url #32682
Unanswered
NicolasAlmerge
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
When setting a user's
raw_user_meta_data'savatar_urlattribute to a Supabase Storage file URL (likehttps://[project-ref].supabase.co/storage/v1/object/public/[bucket]/[file_name]), the avatar is not shown inside the Authentication section. This is because only google user content and github user content images are allowed.This could be a good idea. It would make distinguishing users easier at scale (for example, by showing their avatar url stored in a supabase storage bucket).
All reactions