Yes good timing, i was just needing refence videos for storage. My implementation is for each user to have their own folder, more auth stuff would be a good follow up video. thanks for this
I'm just starting a project with supabase and I'll need image upload so this video is perfect for that, you mentioned that is important to compress the image but is there a way to prevent users from uploading files over certain size in the first place? Anyways thanks for the video 👍
Yes in Supabase go to settings then storage and you can set the file size limit. I would also add some code to prevent this as well so you can easily control the error message that the user sees if they try to upload a file that’s too large
Best reference video for Supabase & Nextjs.
i'm gonna come back again. Thank you
Hell yeah thank you! I'm always open to video suggestions so let me know if you ever have any
@@coleblender infinite scroll using supabase and nextjs would be sweet!
@roninspect4357 that’s a great idea thanks
bro this is the exact video I've been struggling to find on youtube!
Hell yeah bro glad I could help!
Yes good timing, i was just needing refence videos for storage. My implementation is for each user to have their own folder, more auth stuff would be a good follow up video. thanks for this
Hell yeah that’s a great idea. I’ll drop a video next Monday on using storage with auth
Damn this is a banger , loving this playlist , can we have next video on supabase databases ?
Good idea. I’ll definitely make one soon. I’m dropping one on how to make your storage buckets secure this Monday
And thanks bro I appreciate the hype!!
Hey bro, where did you take the variables that u are using to connect with supabase from?
I show you how to set that all up in the video I mention at the beginning
I'm just starting a project with supabase and I'll need image upload so this video is perfect for that, you mentioned that is important to compress the image but is there a way to prevent users from uploading files over certain size in the first place? Anyways thanks for the video 👍
Yes in Supabase go to settings then storage and you can set the file size limit. I would also add some code to prevent this as well so you can easily control the error message that the user sees if they try to upload a file that’s too large