multiplayer.dev/ Learn more about Supabase 👇 🕸 Website: supabase.com/ 🏁 Get started: app.supabase.com/ 📄 Docs: supabase.com/docs 🐙 Github: github.com/sup... 💬 Discord: discord.supaba... 🐦 Twitter: / supabase
Пікірлер: 29
@shafu_xyz2 жыл бұрын
Great work coming out of Supabase!
@harpymaslow2 жыл бұрын
Great work Supabase team. Can't wait to migrate my Firebase project once you have the same local dev experience
@stavroskefaleas63202 жыл бұрын
I believe that now with edge functions there is no excuse to go to firebase instead of supabase.
@saeidmanhooei11 ай бұрын
I’m thinking about building a chat app with firebase, given that supabase has a 500 realtime connection for pro package, is that gonna be a bottleneck for a chat app? How large of a client base can supabase handle for one to one chatting?
@rromerog97 ай бұрын
@@saeidmanhooei i'm looking everywhere for this same answer, 500 realtime connections even for a paid plan is extremely low, I heard you can scale that number, but still low numbers, 1.000, 10.000 is a joke, it should start in 1 million at least, I don't know if maybe I'm getting something wrong, like that 500 limit apply for same chat room, so the room should be limited to 500 members, but the rest of the app is ok with 500 members per chat room, however if your are creating a different type of app, where all users are connected to the same table, but seeing different data, then my app can only have 500 users at a time? did you managed to understand this limitation?
@saeidmanhooei7 ай бұрын
@@rromerog9 from my understanding, if you need unlimited concurrent connections you can get an enterprise tier but who knows how expensive it will be. One alternative you have is to use firebase for the chat part of your app since chat data doesn’t require other tables data. If you use firebase auth as the source of truth, and build the custom auth with supabase to use firebase auth instead, you can run them side by side. Additionally, you could just build a websocket handler on the side that handles realtime one to one, one to many communications and don’t rely on the supabase’s built in realtime events. My guess is, the concurrency is limited to the max concurrent connections per instance so maybe the more instances you have, the higher concurrency but I’m not sure
@louisp38529 күн бұрын
@@rromerog9 @Supabase is it possible to be clear ?
@rikyriky9662 жыл бұрын
For sure, we will highly depend on Supabase in our next project. Brilliant 🎉
@jakemongolo4604 Жыл бұрын
Supabase is now my go to data
@user-dm5qi4nb6l Жыл бұрын
Nice, now it could be awesome if we could also have Realtime conversations like in google meet etc
@dave326911 ай бұрын
This is so powerful. Thank you.
@matthewgibson8309 Жыл бұрын
Looking forward to using this!
@dragon36020102 жыл бұрын
Crazyyyyy 🔥🔥🔥🔥
@BrandiATMuhkuh2 жыл бұрын
Awesome job!
@datamaniac20482 жыл бұрын
Good Luck!
@luis96xd Жыл бұрын
Wow, I liked thi features so much and I want to try the demo app 😁
@hiphopheaven2 жыл бұрын
Is there a script to create the table and insert the data to test the example that are in the reference of supabase?
@tananga_studio Жыл бұрын
Good to see how it works at the end but I would like to see how to implement it from scratch
@HatimMakki2 жыл бұрын
How can i get the UI project u used for the demo?
@namaefumei Жыл бұрын
Where can we get this website's code?
@tananga_studio Жыл бұрын
I had the same question :)
@INDIEMAKERS2 жыл бұрын
amazing !
@dragon36020102 жыл бұрын
Hey hey Martin est laaa 😅👍👍👍
@ajitsinghyadav17252 жыл бұрын
Kindly post Tutorials how to build app using supabase, chat app, social network etc..
@elbananerosoyyooo83947 ай бұрын
en español no entiendo nada japones
@sadev02 жыл бұрын
It's slow
@husseinkizz2 жыл бұрын
But it works!
@peter0422 жыл бұрын
i dont think its slow
@maskman48212 жыл бұрын
I have been trying supabase cloud these days, everything works fine except realtime, I also gave @supabase/realtime-js library a try and still cannot connect to server, I found many comments/requests about supabase not working, I wonder what could be the problem ? Do I have to be paid subscriber in order to have realtime capability ? BTW I use Sveltekit to build project ... 🙄