Track online users with Supabase Realtime Presence | Flutter Figma Clone #3

Sdílet
Vložit
  • čas přidán 4. 08. 2024
  • Use Supabase Presence to display the currently online users on your Flutter application.
    supabase.com/docs/guides/real...
    Displaying the list of currently online users is a common feature for a real-time collaborative applications. Supabase Presence makes it easy to track users joining and leaving the session so that you can easily make a collaborative app. We will walk through how you can add the presence feature to the Figma clone app. This video is episode 3 of the create a Figma clone using Flutter and Supabase series.
    Full code of the Figma clone app: github.com/dshukertjr/example...
    💻 Videos to watch next:
    ▶ Add live cursor sharing using Flutter and Supabase | Flutter Figma Clone #1 • Add live cursor sharin...
    ▶ Draw and sync canvas in real-time | Flutter Figma Clone #2 • Draw and sync canvas i...
    ▶ How to send push notifications to your Flutter apps using Supabase Edge Functions and FCM • Send PUSH Notification...
    👇 Learn more about Supabase 👇
    🕸 Website: supabase.com/
    🏁 Get started: app.supabase.com/
    📄 Docs: supabase.com/docs
    🔔 Subscribe for more tutorials and feature updates from Supabase: / @supabase
    📱 Connect with Us:
    🐙 Github: github.com/supabase
    💬 Discord: discord.supabase.com/
    🐦 Twitter: / supabase
    📸 Instagram (follow for memes): / supabasecom
    ABOUT SUPABASE:
    Supabase is the open source Firebase alternative. Supabase provides a full Postgres database for every project with pgvector, backups, realtime, and more. Add and manage email and password, passwordless, OAuth, and mobile logins to your project through a suite of identity providers and APIs.
    Build in a weekend, scale to millions.
    #Supabase #AppDevelopment #RealtimeApps #DeveloperTools
  • Věda a technologie

Komentáře • 19

  • @dshukertjr
    @dshukertjr Před 4 měsíci +10

    Image upload support, pen tool, and persisting the data on a database will be coming in the future episodes for Flutter Figma clone series! Let us know what else you would like to see on this channel at the comments below 👇

  • @indiechatofficial
    @indiechatofficial Před 4 měsíci +2

    This is badass. Thank you man. Love the content you are creating. It is helping lots of devs.

  • @allanandliftedhands2669
    @allanandliftedhands2669 Před 4 měsíci

    Cool supabase feature! Cool tutorial!

  • @island_dev
    @island_dev Před 4 měsíci

    wow! i love you

  • @abdul-m0min
    @abdul-m0min Před 4 měsíci +1

    supabase looks convincing 😍

    • @dshukertjr
      @dshukertjr Před 4 měsíci

      It's really nice! You should give it a try if you haven't yet!

  • @skillsvsdegree6139
    @skillsvsdegree6139 Před 4 měsíci +2

    Hello Tyler, Is there a video about how to use this presence feature for web applications? I am reading documentation but not fully understanding it yet, it saying room1 or something.
    thank you

    • @Supabase
      @Supabase  Před 4 měsíci +1

      We currently do not have a video on presence for the web, but generally, the JS SDK and the Flutter SDK should be fairly similar in terms of
      how to listen to presence events. "room1" is just a sample channel name, and it actually can be any string. supabase.com/docs/guides/realtime/presence

    • @skillsvsdegree6139
      @skillsvsdegree6139 Před 4 měsíci +1

      @@Supabase Thank you , Will take a look at it now, Aiming to finish this feature in my website soon.

  • @kamil_supabase_enjoyer
    @kamil_supabase_enjoyer Před 4 měsíci +2

    ❤❤❤

  • @Z.zz.z.z.zz..zz.z.z..z.z.z.z.
    @Z.zz.z.z.zz..zz.z.z..z.z.z.z. Před 4 měsíci +3

    Hell yeah! makes me want to get back into flutter

    • @dshukertjr
      @dshukertjr Před 4 měsíci +2

      Why not? Things are pretty good in Flutter land!

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

    Do we need to use Auth to find who is online?

  • @alialnaghmoush
    @alialnaghmoush Před 4 měsíci +1

    I loved Supabase more than firebase, but when will there be offline support for Flutter? 😢

    • @dshukertjr
      @dshukertjr Před 4 měsíci +1

      Keep your eyes opened 👀

  • @youcefmoulla1828
    @youcefmoulla1828 Před 4 měsíci +1

    Do I need a specific Site URL?

    • @Supabase
      @Supabase  Před 4 měsíci +2

      Not for using Presence. If you want to integrate Supabase Auth as well, then you need to specify your website URL.

  • @bharathprakash
    @bharathprakash Před 4 měsíci

    please upload a tutorial on fcm with supabase using kotlin android.(needed ASAP for my project)

    • @Supabase
      @Supabase  Před 4 měsíci

      Here is a video on how to setup FCM using Supabase. czcams.com/video/CiSv9E6ZKVc/video.html
      The video uses Flutter for the framework, but sending FCM part is the same whether the framework is Flutter or native Android, so you can just setup FCM on your Android app and can start sending FCM using Supabase!