Build a React Native File Uploader Using Supabase Storage 🚀

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

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

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

    Learn React Native FAST by becoming a member of Galaxies.dev today [FREE] galaxies.dev

  • @karthikbalasubramanian5122
    @karthikbalasubramanian5122 5 หลายเดือนก่อน +3

    This is great. But the same code does not seem to work for Video files. What should be done differently to make it work for video files?

  • @2playsports
    @2playsports 10 หลายเดือนก่อน +1

    Wow this is awesome thanks man

  • @Adamskyization
    @Adamskyization 21 วันที่ผ่านมา +1

    It took me 2 days to make login page, you did it in 2 minutes

  • @sevincaeren
    @sevincaeren ปีที่แล้ว +2

    Great video it shows the pros of using supabase. But it was a bit fast tbh. I paused a lot to read and understand the logic behind the code. I'm looking for more. Great Video !

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

      I put the video in 0.75 velocity for better understand

    • @galaxies_dev
      @galaxies_dev  ปีที่แล้ว +1

      Sorry to hear - will try to take more time in the next video!

  • @mohammedothman8292
    @mohammedothman8292 2 หลายเดือนก่อน

    Thank you for this video!
    How can I get a URL if the bucket is not public?

  • @yasirhassan8557
    @yasirhassan8557 ปีที่แล้ว +4

    could you also make a video using Redux Toolkit and auth

  • @mirzasetiyono8919
    @mirzasetiyono8919 ปีที่แล้ว +1

    Thanks buddy!

  • @denoic
    @denoic ปีที่แล้ว +1

    Will Ionic add support for Material 3? It has been 2 years. If it adds support I will greatly consider it and many others.

  • @WellActualllyyy
    @WellActualllyyy 2 หลายเดือนก่อน

    getting this error with login so i dont actually move past the login screen:
    WARN Value being stored in SecureStore is larger than 2048 bytes and it may not be stored successfully. In a future SDK version, this call may throw an error.

  • @kpopcat_official
    @kpopcat_official 10 หลายเดือนก่อน

    is it possible to have some sort of auth logic in top level so we don't have to check if user is null or not in every routes?

  • @coredeadman5980
    @coredeadman5980 10 หลายเดือนก่อน

    I have the issue that some files, for example many videos can't be properly uploaded with base64 encoding, but since the update function only works with base64 encoding in React Native, i can't upload them. Is there any workaround i haven't seen yet? Any help is appreciated!

  • @MirzaTatarevic-i3j
    @MirzaTatarevic-i3j 11 หลายเดือนก่อน

    Dude, you are cool dude .... !

    • @galaxies_dev
      @galaxies_dev  11 หลายเดือนก่อน

      Haha thank you mate!

  • @wisdomelue
    @wisdomelue ปีที่แล้ว +1

    well done

  • @shawwalmuhammad
    @shawwalmuhammad 2 หลายเดือนก่อน

    can you share for resumable upload using react native.

  • @chenjus
    @chenjus 4 หลายเดือนก่อน

    Btw expo-router version 3.5.16 causes gradle build to fail

  • @MersiliaWax
    @MersiliaWax 2 หลายเดือนก่อน

    can you explain how to reset your password via the link sent by email ?? :)

  • @j1gm1
    @j1gm1 2 หลายเดือนก่อน

    why would you download the images when you can just grab the url????

    • @isaaccastillo8628
      @isaaccastillo8628 2 หลายเดือนก่อน

      Because he create a private folder for a user, in that case you can't simple put the public url as the uri in the Image component, because storage doesn't allow it anymore. Download is an option, but you end with a huge uri string. another solution is made a signedURL for certain period of time, and that can be a long period of time or simple add a logic to renew the signedURL.

    • @j1gm1
      @j1gm1 2 หลายเดือนก่อน

      @@isaaccastillo8628 Damn I just ran into this issue hahaha, thanks for the response, i'll try the signedURL approach

  • @Matheus_1582
    @Matheus_1582 ปีที่แล้ว +2

    👍show.

  • @jasonpeltzer1907
    @jasonpeltzer1907 6 หลายเดือนก่อน

    Perhaps the supabase module has changed since August, but I'm trying to follow along and get the following error around the 21 minute mark:
    Module '"@supabase/supabase-js"' has no exported member 'FileObject'.

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

    So expo 49 is nextjs based?

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

      Not really, but you can use expo-router which is based on the same concepts, yes.

  • @debrain1647
    @debrain1647 3 หลายเดือนก่อน

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

    Have you tried using Clerk with Supabase in React Native?

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

      Not yet but should be a nice combination!

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

    Next router

  • @waleefalrooh8
    @waleefalrooh8 2 หลายเดือนก่อน

    i hate how he relying so much with copilot