#Supabase

Sdílet
Vložit
  • čas přidán 8. 09. 2024

Komentáře • 29

  • @user-dj3vu8nf4g
    @user-dj3vu8nf4g Před 18 dny

    Great job, Steve! A systematic approach as always, everything is clearly explained in simple terms. Thanks a lot!

  • @togugram
    @togugram Před měsícem +1

    Beautiful! Thank you so much!

    • @the_digitalpro
      @the_digitalpro  Před měsícem

      You are so welcome!

    • @togugram
      @togugram Před měsícem

      @@the_digitalpro I keep following your videos. Hope you can re-create this tutorial with additional user image insert, update & delete on profile image and post. =)

  • @random-yz6lk
    @random-yz6lk Před rokem +9

    Can you make a tutorial to show some more complex use cases with supabase? E.g. live chat, dynamic link, social login. I think a lot of viewers will be interested to know what are the limitations with supabase and whether there're simple workarounds. Thank you!

  • @swh9556
    @swh9556 Před rokem +1

    Best tutorial 🎉

  • @KaiCodingJourney
    @KaiCodingJourney Před rokem

    This is cool, finally some tutorials on supabase. What do we do to do the count of document? Do we just use the custom function?

  • @soulsympathy
    @soulsympathy Před 11 měsíci +1

    Thanks

    • @the_digitalpro
      @the_digitalpro  Před 11 měsíci

      Oh wow thank you so much for your kind donation. This is very much appreciated. Glad you found the video useful.

  • @akshendoke450
    @akshendoke450 Před 11 měsíci +2

    During creation of the table column comments default value if '0'::smallint doesn't work then try (0)::smallint instead

  • @daviddp108
    @daviddp108 Před rokem

    Thanks for the videos, they are very helpful, just one question, how can I give all access to an specific user?

  • @hughgallagher
    @hughgallagher Před 9 měsíci

    Does FF implement server side filtering in the example video above? i.e. if I 'filter' on user id, will the other users records be sent down the wire or just that users records sent down the wire?

  • @user-gv6eu3vy6e
    @user-gv6eu3vy6e Před rokem

    Hi
    Thanks for the video very useful. but how would you do a forget password routine in flutterflow and supabase? There's a reset password action which sends an email to the end user but I can't find anyway of changing the end users password if they have forgotten their login to my flutterflow app.

  • @ianmadrigalmonkey1979
    @ianmadrigalmonkey1979 Před 11 měsíci

    Do you have any examples of using custom schemas or do you have to expose it?

  • @Bot-111
    @Bot-111 Před rokem +1

    Tutorial Simple search with supabase in flutterflow..?

  • @danzreview
    @danzreview Před rokem +1

    cools

  • @DavJonesy
    @DavJonesy Před rokem

    I have a question if someone doesnt mind answering it, So i have my Database in Supabase. I am way more familar with Relational Databases, So much easier for me. I want to be able to edit the data in the app but i also want to be able to take advantage of the the Push notifications. I understand i would need firebase. Is there is way to have both? Be able to send push notifications while using Supabase, but also being able to have accounts for my users that edit data?

  • @afriknocode
    @afriknocode Před rokem

    great video. please tell me how can i sum the elements of a SUPABASE column in flutterflow.

    • @the_digitalpro
      @the_digitalpro  Před rokem

      Hey thanks. Please take a look at my app series where i build a flutterflow app using supabase. There is an episode which covers triggers. If you follow this it will give you the information you need to help support what you want to do with a little adaptation.

    • @BGdev305
      @BGdev305 Před 5 měsíci

      Just do a simple sql sum as a flutterflow custom function?

  • @nocodecreative
    @nocodecreative Před rokem

    I can't get RLS working correctly at all. Not sure where I'm going wrong! Don't suppose you could lend a hand?

    • @the_digitalpro
      @the_digitalpro  Před rokem

      Have you followed the series from the previous video?

    • @nocodecreative
      @nocodecreative Před rokem

      @@the_digitalpro no I'm rebuilding my own app from other platform, only interested is RLS

  • @jejidyanjackson2868
    @jejidyanjackson2868 Před rokem

    it have to give a popup to ask before actually delete 😅

  • @jeffchia4
    @jeffchia4 Před 3 měsíci +1

    Wondering if this Auth.jwt() and getting the id from the 'sub', is it going to be the same as just auth.id() = user_id? Do they both provide the same outcome?

    • @kevireilly
      @kevireilly Před 2 měsíci

      Yes, it does work just the same with the template "Enable insert for users based on user_id" as an example.