In order to remove external dependencies, it could be nice to migrate the channel profile images to supabase. That way we can drop Cloudinary, and have all image uploads, and transforms, live in Supabase.
For this, we should (script/update-code-base):
- go through all channels with profile image
- upload the full size image to supabase storage
- set the channel image to the new supabase image
- update the frontend client to use transformed images, and upload new images to/from supabase
In order to remove external dependencies, it could be nice to migrate the channel profile images to supabase. That way we can drop Cloudinary, and have all image uploads, and transforms, live in Supabase.
For this, we should (script/update-code-base):