Is Supabase Legit? Firebase Alternative Breakdown

  Рет қаралды 357,917

Fireship

Fireship

Күн бұрын

Пікірлер: 566
@markdlp
@markdlp 3 жыл бұрын
"Because we definitely all know that Google doesn't have a reputation of killing of products"... thank you!
@StefanReich
@StefanReich 3 жыл бұрын
I was hired by Google in 2009 to work on a product _already on the way to be killed_ ("Google Gadgets")
@jti107
@jti107 3 жыл бұрын
mark my words...google stadia is next. any google product i end up really getting into has a 50-50 shot of getting killed.
@play_sports_and_read_books
@play_sports_and_read_books 2 жыл бұрын
Didn't google+ die?
@sir.dookie5827
@sir.dookie5827 2 жыл бұрын
@@jti107 you called it
@Heynmffc
@Heynmffc 2 жыл бұрын
@@jti107 ding ding ding lol
@doomer4636
@doomer4636 3 жыл бұрын
I admire your channel for showing me new tools I would never hear about otherwise. One subscription on youtube and I am up to date with all the new cool stuff. Also you are great in video editing, your videos are fast and go straight to the point. Love it. Thank you.
@leoingson
@leoingson 3 жыл бұрын
Exactly. Came here for flutter and firebase. Stay for all the new&cool stuffz.
@UliTroyo
@UliTroyo 3 жыл бұрын
Ha, when I first heard about Supabase a few days ago, I thought of this channel first. Great video, too! Very fair.
@codeaperture
@codeaperture 3 жыл бұрын
Angular Firebase | supabase
@AndreaGiacon
@AndreaGiacon 3 жыл бұрын
Completely agree: PLEASE ADD A SQL DATABASE TO THE FIREBASE PLATFORM!
@AntzyX
@AntzyX 5 ай бұрын
And now it's finally here(almost)...
@Evoleo
@Evoleo 3 жыл бұрын
Last time I was this early, Fireship didn't use Firebase yet
@olivesal1312
@olivesal1312 3 жыл бұрын
Not gonna lie, I thought he was a paid Google shill at first, because his name is so similar to Firebase, and I only knew of him through his videos talking about Angular.
@gusslx
@gusslx 3 жыл бұрын
@Jack Clayton Literally the channel's name was AngularFirebase, you can see that in the videos uploaded about 4 years ago. What a great channel was and is.
@yitzchaksviridyuk932
@yitzchaksviridyuk932 3 жыл бұрын
"Now that's extremely unlikely if you do what you're told". 1:42 Oh boy, I see what you did there... Definitely something to be wary about. lol
@sonalsaha5867
@sonalsaha5867 3 жыл бұрын
You are on top of your gif game, my friend.
@Taffman91
@Taffman91 3 жыл бұрын
Z calls us gif millennials
@AleksandarStefanovic
@AleksandarStefanovic 2 жыл бұрын
Trying out Supabase after I was unpleasantly surprised by the fact that Firebase doesn't provide text search. So far, I'm amazed, it works so well by abstracting the boilerplate code of relational databases (the API simply gives you the JSON), while supporting search and being relational.
@FilledStacks
@FilledStacks 3 жыл бұрын
this is a valid reason to not edit my new video for the next 9 minutes! I've been talking and reading through some supabase stuff. Excited to watch this!
@FilledStacks
@FilledStacks 3 жыл бұрын
Great coverage! Thanks Jeff!
@AnilPoudyal
@AnilPoudyal 3 жыл бұрын
And that was hell of CSK there 0:34
@truthhorizon5851
@truthhorizon5851 3 жыл бұрын
haha Dhoni😍😍
@arnikchakraborty1553
@arnikchakraborty1553 3 жыл бұрын
MI fans unsubscribed the channel
@MihirSanjayYadav
@MihirSanjayYadav 7 ай бұрын
0+3+4=7 Thala for a reason.
@crude-dude
@crude-dude 3 жыл бұрын
Fireship only has 650k subs?? I thought this man was in the millions already! Easily one of the most premium programming KZbinrs out there.
@softwarelivre2389
@softwarelivre2389 2 жыл бұрын
Now he is!
@yt-sh
@yt-sh Жыл бұрын
@@softwarelivre2389 Now he is! Now he is!
@ivanb493
@ivanb493 3 жыл бұрын
If Supabase manages to sustain itself for another year then I'll probably switch to it
@ivanb493
@ivanb493 3 жыл бұрын
@@YoloMonstaaa Can't seem to find any evidence of that. Can you link me an article?
@okie9025
@okie9025 3 жыл бұрын
@@YoloMonstaaa you mean $6M?
@MrRightNow
@MrRightNow 3 жыл бұрын
They will most certainly sustain themselves for much longer than that, because many many people are sick with Google, myself including
@andikaandrianto2803
@andikaandrianto2803 3 жыл бұрын
@@YoloMonstaaa 6 Billion?
@laodemuhammadalfatih7663
@laodemuhammadalfatih7663 3 жыл бұрын
@@andikaandrianto2803 Million, not Billion.
@yurayurec6071
@yurayurec6071 3 жыл бұрын
"...if you do what you're told" - I like this remark
@legionsra
@legionsra 3 жыл бұрын
Used Supabase, did a full backup of a huge project, downloaded it to my computer, didn't pay a thing. I definitely will stay with Supabase after 2+ years with firebase. Waiting for cloud functions to close the circles in the prod environments.
@B34ST-SL4Y3R
@B34ST-SL4Y3R 2 жыл бұрын
How are you doing with Supabase now? I'm planning to use it for my project...
@legionsra
@legionsra 2 жыл бұрын
@@B34ST-SL4Y3R I learned how to use postgres functions. So far cron jobs, reactive fn from DB changes and http fn are working very well. But I didn't manage to run custom JS libraries inside the function, I'm still using firebase for this connected to supabase. (for instance, image auto compression). And for other things I use netlify direct and background functions. I wish I can do 100% of the job in one place but not yet. Appart from Functions. I found some bugs/lacks when querying nested data. But luckily these were solved in December with an update of PostgREST, for instance. Joined tables with filtered data were not being counted properly. Anyway, many of these really needed features now they are fixed. Im still not in production stage but so far now I am 90% of the time in the rest of the app rather than the DB as the data works as my needs requires without bigger issues
@V___X
@V___X 3 жыл бұрын
"I like that it returns an error instead of raising an exception" (Rob Pike has entered the chat)
@dadestor
@dadestor 3 жыл бұрын
gophers assemble
@vin5718
@vin5718 3 жыл бұрын
if err != nil { // do something }
@isaach.1135
@isaach.1135 3 жыл бұрын
Open source for the win! Especially since you can self host. Although this kind of application might be intended so that you don't need to host it yourself, many of the tools it comes with would still speed up development. I like self hosting and the freedom it provides but find dealing with backend databases tedious. Something you can just spin up in a docker container that is meant to act like Firebase? Yes please!
@mthf5839
@mthf5839 2 жыл бұрын
And honestly self-hosting something dockerizable does not seem to be that big of a deal? I honestly dont know, since I have never hosted anything used by somebody else than me, but getting a docker container up and running is pretty painless..
@isaach.1135
@isaach.1135 2 жыл бұрын
@@mthf5839 On the surface, it's not. But it can get complicated if you make it that way... One thing that I'm actively fighting with is monitoring application uptime. I host a docker app for friends and family that can be accessed on the open net but that's where things get... interesting. There's other docker apps that can monitor service uptime like UptimeKuma and that's fine. But when you're hosting stuff on the web, can get messy quickly. You got a static or dynamic ip? How bout domain names? Hosting multiple apps on the same port? How bout ddos protection and keeping this secure... There's methods and systems for all the above but it's a chunk of time to get it set up and configured properly.
@mthf5839
@mthf5839 2 жыл бұрын
@@isaach.1135 Hmm, yeah, setting up uptime monitoring and log aggregation is something I have not done yet that a PaaS will have for 'free'. The log aggregation worries me more, since I notice my gitea container is getting a lot of random ssh login attempts. Being able to check for login succeses and such would assure me than I have setup everything successfully, even though I dont supose I messed the ssh keys so bad a bot will get shell access. IP addresses and DNS have not caused me any issues so far, but maybe that is what I can expect for workloads than fit into VPS free tier..
@MrBrannfjell
@MrBrannfjell 3 жыл бұрын
I'm a die-hard self hoster, which has been the major deterrent with firebase for me. I also have my own server in my garage, so the idea that I could run supabase on it, and maybe even earn money running it as a SaaS to people wanting to use it is great, and creates price competition in the market.
@vintagerealityvr
@vintagerealityvr 3 жыл бұрын
Yooo the SQL to JS code snippets based on your data structure is absolutey 🔥 innovation
@FahadShah822
@FahadShah822 3 жыл бұрын
I'm convinced this guy is monitoring my Google searches for tips on his next videos. You won't take me alive, Jeff.
@genjii931
@genjii931 3 жыл бұрын
It's the other way around. Google monitors your searches, and Google owns KZbin, so that may be how you got this video recommended, assuming you weren't already subscribed.
@FahadShah822
@FahadShah822 3 жыл бұрын
@@genjii931 Been subscribed since before the name change.
@tonymasse3887
@tonymasse3887 3 жыл бұрын
My heart has balanced for a while between fear of young solution and fear of lock-in with a Cloud overlord. And decided to postpone my project a bit, and go for Supabase later on.
@ShaferHart
@ShaferHart 3 жыл бұрын
Let me get this straight, you postponed your "project" to wait for a third party over which you have no control? Be honest, you have no project lol.
@tonymasse3887
@tonymasse3887 3 жыл бұрын
@@ShaferHart lol. It's a personal project that can wait a few months. But when I start, I want to fully invest myself in it (with the goal of starting a business out of it) and want to use of the features that are not yet in place know in Supabase.
@leonf.7893
@leonf.7893 3 жыл бұрын
This is awesome. The ability to self host makes it ideal for learners, or someone testing the waters of entrepreneurship.
@patrickmullot73
@patrickmullot73 3 жыл бұрын
Awesome Video. In depth analysis. Super cool! Thanks Jeff!
@zjankowski
@zjankowski 2 жыл бұрын
I am so hooked I might even start a yt channel called supaship. Isn't that a beautiful name?
@Mr.Andrew.
@Mr.Andrew. 3 жыл бұрын
I love the chapters for longer videos. Makes finding where I left off so much easier. Also when reviewing a previously watched video of yours. Thanks!
@MoayadAbuJaber
@MoayadAbuJaber 3 жыл бұрын
I was looking at supabase last week and you just read my mind. I totally agree with you, Please firebase add SQL database and easy way to create secure REST API
@devsauce
@devsauce 3 жыл бұрын
I think we all agree that you are James Brown of any software related topic ❤️
@rajneesh0045
@rajneesh0045 3 жыл бұрын
Yup we do
@MaxProgramming
@MaxProgramming 3 жыл бұрын
Ayyy that CSK fan at 0:35. You got meeeee
@oliverloops.
@oliverloops. 3 жыл бұрын
Supabase it's a really promising product, I'll hope that even more developers want it to adopt it 🤞
@aurelianspodarec2629
@aurelianspodarec2629 2 жыл бұрын
switching it now
@bringbackwindowsphone
@bringbackwindowsphone 3 жыл бұрын
I'm using Supabase for some projects and it's really nice
@mixxxer
@mixxxer 2 жыл бұрын
I started using supabase for a mini side project a week ago. I’m in love with it!!!
@matthewaxisa6058
@matthewaxisa6058 3 жыл бұрын
Great video as always! I would love to see a video comparing GoTrue (used by Supabase) and other standalone OAuth2 solutions. Securing a REST API is always a headache.
@covle9180
@covle9180 2 жыл бұрын
The fact it's not Google is a pretty enticing point honestly. That combined with the self-hosted option means it's an option for European companies (that need GDPR compliancy).
@SnehilCodes
@SnehilCodes 3 жыл бұрын
The thing I'm going to like the most about supabase is that functions is free to use. I can finally freely use a firebase like architecture as my backend without worrying about creating lambdas. Eagerly waiting for its release.
@dsi-films1264
@dsi-films1264 3 жыл бұрын
“If they decide that’s what should happen” Gosh these scripts are so great, Incredible useful content!
@zak6355
@zak6355 3 жыл бұрын
I never understand the people who put a dislike , great video as always
@shamsartem
@shamsartem 3 жыл бұрын
Really cool explanation. As you said - this thing resembles Hasura a lot. Can't wait for your next video!
@dobo7227
@dobo7227 3 жыл бұрын
how do you make such high-quality videos so fast
@dexters2182
@dexters2182 3 жыл бұрын
Would love to see a video about Appwrite vs Firebase. We are heavy Firebase users at work, but got to have back ups just in case
@asiessingh23
@asiessingh23 3 жыл бұрын
I just wrote a comment asking him to checkout and compare appwrite with firebase too
@boyanyonkov5873
@boyanyonkov5873 Жыл бұрын
🎯 Key Takeaways for quick navigation: 01:24 🔒 Supabase provides user authentication similar to Firebase, but with the advantage of open-source technologies and SQL-based security rules. 03:30 🗄️ Supabase uses PostgreSQL as its database, which handles scaling automatically and provides a user-friendly dashboard and SDK for data access. 04:29 ⚡ Supabase allows real-time updates but lacks some sophisticated features and security policies compared to Firebase. 05:52 💰 Supabase offers an attractive pricing model with a fixed fee for database space and unlimited API calls and network traffic. 07:46 🏗️ Supabase shows promise but still needs to develop SDKs for iOS and Android to be a more comprehensive Firebase alternative. Made with HARPA AI
@reginaldbellas703
@reginaldbellas703 3 жыл бұрын
Supabase is very promising since of the open source which make this attractive to enterprise applications, this is why firestore never took off in big orgs due to the vendor lockin. What's interesting is I wonder if supa api was build off of aws amplified seems so similar but love it. Good Video
@yitzchaksviridyuk932
@yitzchaksviridyuk932 3 жыл бұрын
Hi, just wanna say I like your content, and after you've shown yourself to be a fan of open source software, I like your content even more. 😄
@AbhinavKulshreshtha
@AbhinavKulshreshtha 3 жыл бұрын
I have been watching supabase repo for many months now. Time to dust off my backup hdd and restart working on my side project.
@TheOneSpam
@TheOneSpam 11 ай бұрын
I would love to see this video remade for 2024. I just started using Supabase for the SQL (as mentioned in the video) since firebase still doesn't have an option for that. Additionally, I'm learning Flutter and was ecstatic to see that supabase has an SDK for Flutter!
@sps014
@sps014 3 жыл бұрын
Great video , Supabase will be my goto option for my next projects , With supa base i can get client side libraries for any language like C#, Rust I no longer need to depend on google , I will have option to develop libraries myself.
@marcuslee678
@marcuslee678 3 жыл бұрын
I recently used Firebase for a work project, all is well until we face problems that we really need a SQL database, that's the point where I really start to consider Supabase... my experience with hosting a SQL database on the cloud is really expensive as you pointed out, but the deal Supabase offering right now is just killing it.
@piero2066
@piero2066 3 жыл бұрын
Appwrite is a another cool open source alternative to firebase!
@Christopher-ew7jw
@Christopher-ew7jw 3 жыл бұрын
Thank you Jeff, great video as always!
@zirkusdirektor
@zirkusdirektor 3 жыл бұрын
Wow, I just started using Supabase yesterday for a project and was wondering what you think about it. And there’s the video. 😅 Great and comprehensive video. For me Privacy is definitely a big deal. In Germany with the GDPR it’s difficult to sell a project that is build on top of a google blackbox and stores data on googles servers. Even though firebase is probably clear with the GDPR, an open source project is a bit easier to explain to clients.
@aramean1987
@aramean1987 3 жыл бұрын
I wanted to build a similar platform, but then I found Supabase!
@coolcha
@coolcha 3 жыл бұрын
I have many subscriptions on KZbin but the Fireship ones I always view as you cover so much in such a short amount of time. Your ability to summarize is truly incredible.
@connoravery7925
@connoravery7925 3 жыл бұрын
Good to see OSS coming into it's own!
@jeetviramgama4392
@jeetviramgama4392 3 жыл бұрын
No one's gonna talk about dhoni? 0:33 ❤️🔥
@ayushman7987
@ayushman7987 3 жыл бұрын
I am :D
@sps014
@sps014 3 жыл бұрын
Fireship is a CSK supporter.
@IrateBT
@IrateBT 3 жыл бұрын
Amen to those first 30seconds in your video, I'm now going to watch the rest of it
@nevergarden5225
@nevergarden5225 3 жыл бұрын
1:32 The thing is for us who live in countries restricted by trade embargo (Syria, Cuba, Iran, North Korea, and ...) Google really does the thing and shuts down the business anytime it wants.
@szymonowczarek5971
@szymonowczarek5971 3 жыл бұрын
This is something I HAVE to learn next month, seems so intuitive
@andrec1675
@andrec1675 3 жыл бұрын
How does this guy know exactly what I'm thinking, I literally just started building an app with SupaBase yesterday.
@rohitmishra4029
@rohitmishra4029 2 жыл бұрын
great video , anyone noticed csk's fan lol (nice job fireship)
@devluz
@devluz 3 жыл бұрын
Can you please focus on cost control / billing more? I think what most beginners are scared off is the risk of unexpected costs after putting in your credit card. As a hobbyist who might just try it once and then forget about it this is an unacceptable risk.
@it_is_ni
@it_is_ni 3 жыл бұрын
I always assumed you were paid by Google, your videos are so slick!
@AkshatSinghania
@AkshatSinghania 3 жыл бұрын
supabase main advantage is being able to add what the community wants like graphlish , sql , also any server side things would also be great coz mongodb has a lot of hassle to setup a Hackathon project for example , if they added all features of firebase + what we dev want and that too with the simplicity of firebase ill start using supabase all the time
@xeon7879
@xeon7879 3 жыл бұрын
Have looked at it several times already, exactly the video i was waiting for :)
@MrBarralex
@MrBarralex 3 жыл бұрын
Omg waiting for that hasura video, one of my favorite tools
@XRoydX
@XRoydX 3 жыл бұрын
Looking forward for your hasura video. One of the most exciting products out there in my opinion. Kinda feel like it did not yet receive the attention it deserves in the community.
@ranjith27
@ranjith27 3 жыл бұрын
Yep! In my opinion it’s even better because it only deals with data and isn’t opinionated about Auth, so you can even use GoTrue! Plus, GraphQL.
@jmaclained
@jmaclained 3 жыл бұрын
I 100% agree. I've been using Hasura for almost 2 years now and it's been amazing.
@edzynda
@edzynda 3 жыл бұрын
While there aren't any SDKs besides the JS SDK for Supabase, the platform does provide a REST API out of the box so it would be somewhat trivial to use it with other stacks.
@softwarelivre2389
@softwarelivre2389 2 жыл бұрын
True
@joelee5682
@joelee5682 3 жыл бұрын
Just heard of it last week, and yet Fireship arrived!
@indiansoftwareengineer4899
@indiansoftwareengineer4899 3 жыл бұрын
Oh man, That Fan in Yello Dress is Fan of Dhoni, best Captain of my Generation. Also, thanks for updating us with latest tech.
@thetrends5670
@thetrends5670 3 жыл бұрын
Supabase: Dark Mode Firebase: Light Mode
@akgang602
@akgang602 3 жыл бұрын
Bruh 😂
@KevinArellano
@KevinArellano 3 жыл бұрын
Google, take notes
@dominus360
@dominus360 3 жыл бұрын
Bro this is most useful tech channel on KZbin, Thank a lot !!!
@k3dare
@k3dare 10 ай бұрын
I really love to have a full postgres database (which I know well) on Supabase, It's so much more features than what you have on firebase (typical example is geospatial data or fulltext search)
@alexdith9024
@alexdith9024 3 жыл бұрын
was ready to start testing supabase just to see if it is legit.. once again fireship saved me some extra time..
@mattshnoop
@mattshnoop 3 жыл бұрын
This looks INCREDIBLY promising. Can't wait to see how it goes! The lack of a vendor lock-in is the most appealing.
@chiubaca
@chiubaca 3 жыл бұрын
Supabase is gonna be big!
@bobDotJS
@bobDotJS 3 жыл бұрын
YES! The lack of SQL with Firebase is the worst thing about it. It seems absurd.
@LarsRyeJeppesen
@LarsRyeJeppesen 3 жыл бұрын
Why?
@bobDotJS
@bobDotJS 3 жыл бұрын
@@LarsRyeJeppesen what so you mean? It's massively limiting. SQL is solid, battle tested, popular, and useful. Why wouldn't we want it?
@nbaua3454
@nbaua3454 3 жыл бұрын
I'm in with supabase as soon as they are ready with better real-time updates and functions support..
@vintagerealityvr
@vintagerealityvr 3 жыл бұрын
This is honestly a fuckin valiant attempt. If they can keep this up this is an awesome product.
@felipeaguiar4653
@felipeaguiar4653 2 жыл бұрын
I never learned how to use SQL Databases, and honestly... i liked the Supabase ideia and project someday if i got to learn SQL i'm jumping in his product. But i'm just loving Firebase and it uses, it's almost the "Perfect" alternative for MongoDB and Atlas
@pixiedev
@pixiedev 3 жыл бұрын
Msd 💛 😍. 0:33 fireship 🔥.
@IrateBT
@IrateBT 3 жыл бұрын
Well, I watched the whole video, and again. You're right🤟, thanks for sharing your knowledge
@GothrythmFactory
@GothrythmFactory 3 жыл бұрын
Never stop doing content... 10/10
@sangamshrestha143
@sangamshrestha143 3 жыл бұрын
Would you make a video like this for Appwrite? Appwrite looks very polished and also claims to be Firebase alternative but selfhosted. We would love to see that video.
@user-js7ud9du2y
@user-js7ud9du2y 2 жыл бұрын
i'm moving to subabase
@Codebryo
@Codebryo 3 жыл бұрын
Great video - I'll for sure keep an eye on supabase as I think it can hit a sweetspot of modern web app development
@RawPeds
@RawPeds 3 жыл бұрын
what about that Hasura thing? Would like to seem a video about it.
@Duconi
@Duconi Жыл бұрын
So sure, we don't want to self host it. But being open source opens the option for different providers to host it. So you can choose a provider, as you can for Nextcloud for example.
@manasnagelia
@manasnagelia 2 жыл бұрын
The moment Firebase adds a relational database option, I'm swtiching to Firebase. Otherwise, Supabase is good for relational databases only. I like to use both Firebase and Supabase, supabase for database related actions (auth, realtime, etc), and Firebase for other things (analytics, crash reports, etc).
@falkfrentzen4120
@falkfrentzen4120 3 жыл бұрын
This, but with a graph database instead of postgres, would be even better! Love your videos ❤️
@thebeststuff5522
@thebeststuff5522 3 жыл бұрын
Will definitely check database feature as we need cheap firestore alternative
@adamthato6692
@adamthato6692 3 жыл бұрын
The sarcasm at 7:16 to 7:22
@DefinitelyNotAMachineCultist
@DefinitelyNotAMachineCultist 3 жыл бұрын
That feeling when a KZbinr you follow uploads a vid on the thing you took an interest in hours earlier...
@mr2octavio
@mr2octavio 3 жыл бұрын
My prediction. Too good to be good. In the future it will lock out many "features" behind a pay wall
@anthonygoodjobs4544
@anthonygoodjobs4544 3 жыл бұрын
Can be self-hosted, it doesn't matter
@phillet4556
@phillet4556 3 жыл бұрын
You should compare Parse & Firebase!
@davenash1547
@davenash1547 3 жыл бұрын
I was contracting at Facebook when they pulled the plug on Parse. Is it still going? Seemed like it didn’t compare even back then.
@georgespanos4680
@georgespanos4680 Жыл бұрын
For me the only reason to use Firebase was Cloud Messaging for mobile devices.The moment I have the ability to send Push Notification on Apple/Android without Google, I'm automatically all in.
@cedvdb6473
@cedvdb6473 3 жыл бұрын
SQL on firebase would be the dream. Default values, joins, geoqueries, TTL, ...
@klutch4198
@klutch4198 3 жыл бұрын
The world just exploded 🤯
@ikezedev
@ikezedev 3 жыл бұрын
Yeah definitely do Hasura next 🥰
@ericrossi7039
@ericrossi7039 3 жыл бұрын
Well, if they host everything in AWS, Amazon can easily make them stop supporting any business that "goes against the rules". Like what happened with Parler for example.
@softwarelivre2389
@softwarelivre2389 2 жыл бұрын
Then they can migrate to another provider
@vaibhavacharya9428
@vaibhavacharya9428 3 жыл бұрын
I have used both of them in multiple projects and I must say Supabase is something even better than Firebase.
@ImperiumLibertas
@ImperiumLibertas 3 жыл бұрын
I just want a serverless platform that isn't ran by evil mega cooperations.
@mecode7850
@mecode7850 3 жыл бұрын
Mozila is not evil, but mega Company
@gg-gn3re
@gg-gn3re 3 жыл бұрын
@@mecode7850 uhh no it isn't. It has less than 1k employees, that's a tiny ass company. Intel, adobe, etc all have 100k+
@mecode7850
@mecode7850 3 жыл бұрын
It's completely free company, it relies on the donation. You can't hire 100k employees with donations
@gg-gn3re
@gg-gn3re 3 жыл бұрын
@@mecode7850 Cool, nobody asked. You said it was a "mega company" and I told you that's wrong. If you want to cry about why you were wrong go to a local bar.
@igetpaidtocode
@igetpaidtocode 2 жыл бұрын
@@mecode7850 …yet
@yoman9446
@yoman9446 3 жыл бұрын
Support Open Source, break monopolies. Yes, it may cost more but it's a price I'm willing to pay to avoid giving power to monopolies.
@ianhpete
@ianhpete 3 жыл бұрын
i would be super interested in a comparison between firebase and appwrite
I tried 5 Firebase alternatives
10:31
Fireship
Рет қаралды 817 М.
React VS Svelte...10 Examples
8:35
Beyond Fireship
Рет қаралды 594 М.
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
SQLc is the perfect tool for those who don't like ORMs
28:11
Dreams of Code
Рет қаралды 113 М.
Why my chat app broke… a cautionary tale
5:33
Fireship
Рет қаралды 468 М.
I built a $5 chat app with Pocketbase & Svelte. Will it scale?
13:34
PocketBase... The Ultimate Side-Hustle Backend?
3:31
Fireship
Рет қаралды 532 М.
Transformers (how LLMs work) explained visually | DL5
27:14
3Blue1Brown
Рет қаралды 4,2 МЛН
Event-Driven Architecture (EDA) vs Request/Response (RR)
12:00
Confluent
Рет қаралды 179 М.
I tried 8 different Postgres ORMs
9:46
Beyond Fireship
Рет қаралды 442 М.
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 337 М.
Don't Use Websockets (Until You Try This…)
6:46
Code With Ryan
Рет қаралды 327 М.
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН