#Supabase

Поділитися
Вставка
  • Опубліковано 5 жов 2024

КОМЕНТАРІ • 31

  • @ГлебГрачев-к8в
    @ГлебГрачев-к8в Місяць тому

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

  • @random-yz6lk
    @random-yz6lk Рік тому +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!

  • @togugram
    @togugram 2 місяці тому +1

    Beautiful! Thank you so much!

    • @the_digitalpro
      @the_digitalpro  2 місяці тому

      You are so welcome!

    • @togugram
      @togugram 2 місяці тому

      @@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. =)

  • @KaiCodingJourney
    @KaiCodingJourney Рік тому

    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?

  • @akshendoke450
    @akshendoke450 Рік тому +2

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

  • @swh9556
    @swh9556 Рік тому +1

    Best tutorial 🎉

  • @daviddp108
    @daviddp108 Рік тому

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

  • @ianmadrigalmonkey1979
    @ianmadrigalmonkey1979 Рік тому

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

  • @TimPrior-e1t
    @TimPrior-e1t Рік тому

    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.

  • @soulsympathy
    @soulsympathy Рік тому +1

    Thanks

    • @the_digitalpro
      @the_digitalpro  Рік тому

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

  • @hughgallagher
    @hughgallagher 10 місяців тому

    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?

  • @Bot-111
    @Bot-111 Рік тому +1

    Tutorial Simple search with supabase in flutterflow..?

  • @afriknocode
    @afriknocode Рік тому

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

    • @the_digitalpro
      @the_digitalpro  Рік тому

      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 6 місяців тому

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

  • @16td
    @16td 12 днів тому

    29:05 Can I also use this line in authentication, for example in public.user?

  • @nocodecreative
    @nocodecreative Рік тому

    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  Рік тому

      Have you followed the series from the previous video?

    • @nocodecreative
      @nocodecreative Рік тому

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

  • @danzreview
    @danzreview Рік тому +1

    cools

  • @DavJonesy
    @DavJonesy Рік тому

    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?

    • @16td
      @16td 12 днів тому

      I would never recommend using both firebase and supabase in the same application. You can use onesignal for notifications.

  • @jejidyanjackson2868
    @jejidyanjackson2868 Рік тому

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

  • @jeffchia4
    @jeffchia4 4 місяці тому +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 3 місяці тому

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