Nice, can you create full stack app such as kids drawing app with sketch template, or an app like ProCreate. Hope to see long form content from you guys!
this is so great. i have a question. how do you go about limiting a streams access to one or two users? would a simple if statement checking if the user id is one of the two suffice?
Hoping soon we will get a full tutorial covering pretty much about serverpod. It's hard to get a tutorial that is covering serverpod in a beginner friendly manner. Personally I have to use tutorial then read documentation to understand. Kindly consider my request as I would really want to use serverpod but no tutorial out here explaining serverpod concepts.
@@serverpod I checked it out and I must say that its a wonderful tutorial however I wish that we could have a fullstack tutorial for flutter+serverpod.
Hang on a bit. Why do we have wait 5sec then reconnect?? A stream should be connected all through and data release when a new data is available. Trying to reconnect after a certain period seems more like a Future to me 🤔
The wait only happen if connection is lost to the server, either because your internet goes down or your server goes down. I guess it wouldn’t hurt having a shorter wait either.
I had a lot of fun doing this. 🎉 Hope you enjoy it too.
What a great tutorial Victor. We really appriciate your efforts building such a great tool for flutter developers. Thanks for everything.
Thank you! 🤩
This is what i have been waiting for. 🙏
Yay! 🙌
So simple and amazing😎
Thank you!
Insightful! 👏
🙏
awesome
Thank you! 🤩
That's amazing, great progress🎉
Thank you! 🤩
Nice, can you create full stack app such as kids drawing app with sketch template, or an app like ProCreate. Hope to see long form content from you guys!
Great video. Right now Im using Supabase a lot but maybe there is an easy way to connect Serverpod and Supabase together?
this is so great. i have a question. how do you go about limiting a streams access to one or two users? would a simple if statement checking if the user id is one of the two suffice?
Hoping soon we will get a full tutorial covering pretty much about serverpod. It's hard to get a tutorial that is covering serverpod in a beginner friendly manner. Personally I have to use tutorial then read documentation to understand. Kindly consider my request as I would really want to use serverpod but no tutorial out here explaining serverpod concepts.
Have you checked out this one? th-cam.com/video/FwttjcKyWFk/w-d-xo.html
@@serverpod I checked it out and I must say that its a wonderful tutorial however I wish that we could have a fullstack tutorial for flutter+serverpod.
I'm updating my code base soon ☺☺
🥳
Hang on a bit.
Why do we have wait 5sec then reconnect??
A stream should be connected all through and data release when a new data is available. Trying to reconnect after a certain period seems more like a Future to me 🤔
The wait only happen if connection is lost to the server, either because your internet goes down or your server goes down. I guess it wouldn’t hurt having a shorter wait either.