Realtime Chat in FlutterFlow and Supabase in 5 minutes

  Рет қаралды 2,966

just xolotl

just xolotl

Күн бұрын

Пікірлер: 50
@KL-cd1lc
@KL-cd1lc 5 ай бұрын
great tutorial! its super helpful as im not coding and im trying to get a hang on things! will definitely keep myself updated with all your tutorial 🙏 +1 on the push notification without firebase! 😅
@just_xolotl
@just_xolotl 5 ай бұрын
thanks! Still working on push notifications but will be coming soon :)
@divinemaredi4138
@divinemaredi4138 4 ай бұрын
Great stuff, thanks for this amazing tutorial!!! 😄
@just_xolotl
@just_xolotl 4 ай бұрын
Thanks! 🙏
@longterm9450
@longterm9450 Ай бұрын
Hi! Thanx for the video! Do you maybe know how to resubscribe when existing and re entering the app. It works perfectly until it looks like the trigger time out. In ios you mainly just minimize the app.
@clementspencermwanyama9597
@clementspencermwanyama9597 Ай бұрын
Thank you very much sir🔥🔥🔥🔥
@just_xolotl
@just_xolotl 12 күн бұрын
Most welcome
@jimvh7557
@jimvh7557 3 ай бұрын
Great demo! How would you do the location tracking, I mean how would you insert a driver location new row in sb that will be displayed using real-time to the customer? I’m wondering what would be the simplest approach.
@pierremusa9678
@pierremusa9678 5 ай бұрын
Great tutorial! Thanks for that.
@just_xolotl
@just_xolotl 5 ай бұрын
Glad it was helpful!
@Avisan.
@Avisan. 3 ай бұрын
would mind sharing the supabase rls policies for chats and messages tables
@just_xolotl
@just_xolotl 3 ай бұрын
They both have rls disabled
@SS-xc6bt
@SS-xc6bt 3 ай бұрын
Thanks a lot for your videos, big man
@just_xolotl
@just_xolotl 3 ай бұрын
My pleasure!
@Mogizen
@Mogizen 5 ай бұрын
Great video! Thank you.
@LaerteAlmeida-z1y
@LaerteAlmeida-z1y 9 күн бұрын
I'm just dropping by to thank you and ask for your help. In the Supabase menu, there is an option in your project called use supabase v1. I did everything following your steps and it showed an error. In the clone of your project it works and when I disable using supabase v1 it shows the same error as in my project. Is there a way to fix this?
@JOSEVNZLA_
@JOSEVNZLA_ 4 ай бұрын
Thanks for such great tutorials, I managed to do everything the same as you, but I have a question, in my database I have a workers/users table. It is a relationship using the id, is there any way to filter the workers in the api call that brings me the users?
@just_xolotl
@just_xolotl 4 ай бұрын
You can use a view and inner join both tables on the id foreign key. Then you can get users data by referencing the workers
@flymetothemoon-t1t
@flymetothemoon-t1t 5 ай бұрын
Great tutorial! Can you also make a video where you show us how to make "delete account" function? It would be nice to have "are you sure you want to delete account" option as well.
@just_xolotl
@just_xolotl 4 ай бұрын
Thanks! Deleting an account in Supabase is more complicated as it requires admin privileges. This ,however, can be bypassed using Buildship’s secret key manager. Do let me know if you’re interested!
@flymetothemoon-t1t
@flymetothemoon-t1t 4 ай бұрын
@@just_xolotl yes, I'm interested, thank you!
@jimvh7557
@jimvh7557 3 ай бұрын
Would be nice indeed!
@blankplusblank
@blankplusblank 5 ай бұрын
Thanks so much for this!
@just_xolotl
@just_xolotl 5 ай бұрын
Glad it was helpful!
@flutterflowexpert
@flutterflowexpert 2 ай бұрын
Great work man! I am going to test it and let you know if that works for me as well
@just_xolotl
@just_xolotl 2 ай бұрын
Please do!
@onedayapp3534
@onedayapp3534 5 ай бұрын
Thanks for this video! Do you know how we make it to get push notifications of the messages when we are not in the messages chat page or we are outside the app?
@just_xolotl
@just_xolotl 5 ай бұрын
Yup it’s possible but will be a bit complicated. It makes use of Supabase edge functions. I am currently in the midst of creating a tutorial for that so stay tuned!
@remoosan
@remoosan 5 ай бұрын
legend as always 🔥
@nhtdmr
@nhtdmr 4 ай бұрын
can you share the project or can i download to test the project?
@just_xolotl
@just_xolotl 4 ай бұрын
Just added it to the video description!
@kevinjung544
@kevinjung544 4 ай бұрын
I have my chat page + the rest of the content is inside a component (including the listview). Because of this, I am unable to refresh database request on the chat page. How do I implement the real time feature in this case?
@just_xolotl
@just_xolotl 4 ай бұрын
You can try moving the on page load actions to the on initialization action in your component
@Mohamadjaajaa_CS_KING
@Mohamadjaajaa_CS_KING 5 ай бұрын
Can't Be implemented Using Loops Instead Of Custome Actions Or Codes?
@just_xolotl
@just_xolotl 5 ай бұрын
Nope as this requires supabase realtime which FF currently does not fully support yet. So you need custom code
@Mohamadjaajaa_CS_KING
@Mohamadjaajaa_CS_KING 5 ай бұрын
could you provide us with a video where you implement share live location using this actions?or it dont work?
@just_xolotl
@just_xolotl 5 ай бұрын
Sharing live location wouldn’t use these actions. It would probably require more complex packages. But I could take a look into it
@Avisan.
@Avisan. 4 ай бұрын
this is great, do you also plan to do voice and video calls? and infinite scrolling
@just_xolotl
@just_xolotl 3 ай бұрын
that sounds like a good idea. Thanks for the suggestions!
@seekersaurabh
@seekersaurabh 2 ай бұрын
How to do this in Firebase?
@just_xolotl
@just_xolotl 2 ай бұрын
Well I'd love to help you but I am not familiar with Firebase
@diymicha2
@diymicha2 5 ай бұрын
thanks for that, man. Good work! I got the tiny problem, that the widget doesn't scroll down on startup, or on receiving a new message when there are many messages. How can this be solved? But besides that, everything works like a charm.
@just_xolotl
@just_xolotl 5 ай бұрын
Yes that’s an important function to add which I forgot. Actually it’s quite simple. You can follow the official documentation to add a scroll to action on page load. docs.flutterflow.io/actions/actions/widget-ui-interactions/scroll-to
@diymicha2
@diymicha2 5 ай бұрын
@@just_xolotl Thanks for the response. I tried this, but on page load it doesn't scroll at all (maybe the widget is not yet filled) and after a new message was received it only scrolls to the message before it, leaving the latest message still hidden at the bottom :(
@just_xolotl
@just_xolotl 5 ай бұрын
@@diymicha2 ah I see maybe you could add a delay before scrolling down
@diymicha2
@diymicha2 5 ай бұрын
@@just_xolotl Thanks again. A delay of 200 ms did the trick :)
@alexG3cr
@alexG3cr 5 ай бұрын
thanks
Firestore Setup | To Do App | FlutterFlow for Beginners
6:39
FlutterFlow
Рет қаралды 26 М.
Как Я Брата ОБМАНУЛ (смешное видео, прикол, юмор, поржать)
00:59
Coding a FULL App with AI (You Won't Believe This)
15:19
Creator Magic
Рет қаралды 241 М.
Realtime with @Supabase  - Course part 18
5:17
Codewithguillaume
Рет қаралды 18 М.
Setting up Supabase Auth with Flutter
12:22
Code With Cypert
Рет қаралды 7 М.
MASTERING Push Notifications in FlutterFlow and Supabase Made Easy
49:28
Updated! Email Verification with Token in FlutterFlow and Supabase
19:54
Add Realtime #Supabase Data Updates to your #FlutterFlow Project
11:16
The Digital Pro's NoCode Academy
Рет қаралды 8 М.
I Made an iOS APP in MINUTES w/ This AI Tool!
12:57
Angel Poon
Рет қаралды 3,9 М.
МЫ НАШЛИ ВСЕ ТЕЛЕФОНЫ 2000х и 2010х ! (ч2)
28:53
Новый планшет Карины😍
0:45
Карина Ням-Нями
Рет қаралды 2,4 МЛН
Самые УЖАСНЫЕ Dyson наушники! Dyson  #интересное
1:01
ТЕХНОБЛОГ АЛИША
Рет қаралды 417 М.
НЕ ПОКУПАЙ iPhone 17 Air!
0:40
ÉЖИ АКСЁНОВ
Рет қаралды 1,6 МЛН