Video Upload in React With Supabase Storage (PostgreSQL Video Storage)

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ส.ค. 2024
  • 🎓 Join my learning platform for module based courses, learning exercises, and more: coderprep.com/
    Sample MP4s: samplelib.com/sample-mp4.html
    In this video I discuss how we can use Supabase Storage and PostgreSQL to upload videos to our React applications. Supabase object storage is powerful and allows developers to store any type of file content, and serving videos to our users can be a priority for many developers. Whether you're looking to learn more about Supabase, build out a full project, or need to implement image upload functionality to your website... this video should be incredibly helpful!
    Final code: github.com/coopercodes/ReactS...
    If you run into the ".emptyFolderPlaceholder" name, that is really odd and I don't know why Supabase would return it as data... there is code in the Github repo to fix this. Just a simple:
    if (video.name === ".emptyFolderPlaceholder") return null;
    Business inquiry? Email thecoopercodes@gmail.com
    0:00 Intro
    0:35 Set up Supabase and Supabase Storage
    2:16 Set up React application
    3:16 Create image upload functionality
    9:15 Get videos from Supabase Storage
    11:53 Show videos to user
    13:40 Thanks for watching!
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 12

  • @maskman4821
    @maskman4821 ปีที่แล้ว

    This an awesome tutorial, very helpful, thank you so much 🙏

  • @babyfeavel71
    @babyfeavel71 ปีที่แล้ว

    WOW! Just in time with my project! Keep up with your great content : )

    • @CooperCodes
      @CooperCodes  ปีที่แล้ว

      Thanks for watching! This video has a more bare bones approach to storage but my Image Gallery video has stuff discussing creating buckets for each user if your project requires that. Thanks again for watching :)

  • @Deus-lo-Vuilt
    @Deus-lo-Vuilt ปีที่แล้ว

    Thanks bro , I liked supabase

  • @paulthomas1052
    @paulthomas1052 ปีที่แล้ว

    Great tutorial as usual. Thanks again :)

    • @CooperCodes
      @CooperCodes  ปีที่แล้ว

      My pleasure as always, appreciate the consistent support

    • @paulthomas1052
      @paulthomas1052 ปีที่แล้ว

      @@CooperCodes You're very welcome. Hope you have a great Christmas. Cheers :)

  • @DeIgado95
    @DeIgado95 ปีที่แล้ว

    Great content. Thanks

    • @CooperCodes
      @CooperCodes  ปีที่แล้ว

      You're very welcome, thank you for watching :)

  • @andreaswu7973
    @andreaswu7973 ปีที่แล้ว

    cool project Cooper, you spoon-feed us how to make a quality project. you can even monetize this app if you're smart. thanks a bunch

    • @CooperCodes
      @CooperCodes  ปีที่แล้ว

      You're very welcome. I always aim to create practical and in depth tutorials that people can use to develop real projects as you mentioned :), glad it helped you

  • @RobertonFaustino
    @RobertonFaustino ปีที่แล้ว

    not is sql command