Handling user data in Supabase

Поделиться
HTML-код
  • Опубликовано: 3 авг 2024
  • In Supabase, the users table is private by default. If you need users to be able to view or edit other users' information in your WeWeb app, the recommended approach is to create a profiles table in the public schema of your Supabase project and that is synced to your users table.
    00:00 - Intro
    01:25 - Default Supabase project
    02:51 - Add user management
    04:00 - Create profiles table
    05:38 - Add Row-Level Security (RLS)
    08:00 - Trigger new profile when new user
    10:20 - Run the SQL query
    11:00 - Review result in Supabase UI
    13:30 - Test new signup in WeWeb
    14:50 - Improve function triggered on new user creation
    16:15 - Take it further with Supabase
    #weweb #supabase #tutorials
  • НаукаНаука

Комментарии • 26

  • @narasimhaswamyvaleti8786
    @narasimhaswamyvaleti8786 Месяц назад

    i completed my task , Thank you and LOVE YOU 💌

  • @user-fr7cr8qo3v
    @user-fr7cr8qo3v 4 месяца назад +3

    Exactly the tutorial which i was looking for. It solved many doubts. Thanks

    • @weweb
      @weweb  4 месяца назад +1

      Thanks a lot for taking the time to say so :) Glad you found it helpful!

  • @user-ze8tz9no8l
    @user-ze8tz9no8l 3 месяца назад

    Thank you so much for this it really helped demystify a lot that was unclear for me 🎉

  • @antiokh
    @antiokh 9 месяцев назад +1

    Thank you! Very useful explanation for every required step.

    • @weweb
      @weweb  6 месяцев назад

      Thanks!

  • @RalfarTV
    @RalfarTV 5 месяцев назад

    very helpful, thank you so much! 💯💯

  • @bruno-dev
    @bruno-dev 6 месяцев назад

    Thank you, very nice!

  • @JayFGrissom
    @JayFGrissom 8 месяцев назад +2

    Love this. Thanks for putting it together. Super helpful.
    Some feedback: The content is way too small to be able to read what you’re sharing. Takes a lot away from what you’re sharing.

    • @weweb
      @weweb  6 месяцев назад

      Feedback noted, we now use another screen recording tool to help

  • @einfacherben2377
    @einfacherben2377 8 месяцев назад

    You are doing this type of videos very well...

    • @weweb
      @weweb  6 месяцев назад

      Thanks

  • @andriizatsepin6137
    @andriizatsepin6137 3 месяца назад

    very helpful video, thank you !)

  • @_tanzil_
    @_tanzil_ 7 месяцев назад

    Exactly the tutorial i needed.

    • @weweb
      @weweb  6 месяцев назад

      Glad it helped!

  • @almuhanadal-nihmy7452
    @almuhanadal-nihmy7452 6 месяцев назад

    thank you very much for this very useful tutorial, u saved me :)

    • @weweb
      @weweb  6 месяцев назад

      You're welcome!

  • @Nachtvuring
    @Nachtvuring 6 месяцев назад

    thank you for this video it helped me a lot!

    • @weweb
      @weweb  6 месяцев назад

      You're welcome!

  • @michaelyuan8869
    @michaelyuan8869 Месяц назад

    Thanks your video, it solved me a big problem.
    A deeper question:if I don't use the Postgres db within supabse, I use monodb or MySQL, this method seems like not work, is there any solution for this?

    • @weweb
      @weweb  Месяц назад

      Not sure. We'd recommend reaching out to Supabase directly to enquire about this.

  • @gamingtitan0
    @gamingtitan0 2 месяца назад

    Your video is the only one that shows how to do this on RUclips and the annoying part is that you did not increase the font of your text.
    I can't even see what you are writing

  • @ClintAnimbomChia
    @ClintAnimbomChia 9 месяцев назад

    Failed to create user: Database error creating new user this error shows up

    • @weweb
      @weweb  9 месяцев назад

      Hello 👋 If you need help with your project, don't hesitate to post a question in our Community with a few screenshots or screen recording to show us how things are setup in WeWeb and Supabase and the workflow that is triggering this error message: community.weweb.io/

    • @fatehachouri2863
      @fatehachouri2863 5 месяцев назад

      i have the same issue , how u solved plz ?