Build a React Native File Uploader Using Supabase Storage 🚀

Поделиться
HTML-код
  • Опубликовано: 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 .... !

  • @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 7 месяцев назад

    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