Supabase in 100 Seconds

  Рет қаралды 533,625

Fireship

Fireship

Күн бұрын

Пікірлер: 432
@CommanderSteps
@CommanderSteps 2 жыл бұрын
Please never stop making these short educational videos. The quickest way to get a good overview. Thank you! 🙏🏻
@craigcraig6248
@craigcraig6248 2 жыл бұрын
Yeah true. Its like the quick docs for the differences and uses of different languages.
@robertban7745
@robertban7745 2 жыл бұрын
Exactly what I was thinking even before I opened the video. Even before opening the video I know I'm going to widen my scope when I choose techonolgies. These shorts are super helpful when you're the person deciding on the tech stack both for yourself and maybe a company you're working in.
@mineplantvn
@mineplantvn 2 жыл бұрын
How about pascal in 100 seccond
@mycloudvip
@mycloudvip 2 жыл бұрын
@@craigcraig6248 100% Agree!
@mycloudvip
@mycloudvip 2 жыл бұрын
Totally agree! That's what brings value to a community!
@stefnirk
@stefnirk 2 жыл бұрын
One of the best things about Supabase is that you can escape Supabase. Since it's just Postgres DB, if you ever need to create your own backend, you can export your data to another Postgres.
@nonefvnfvnjnjnjevjenjvonej3384
@nonefvnfvnjnjnjevjenjvonej3384 2 жыл бұрын
I don't think this is true. Even though this is repeated over and over again. All of the realtime stuff and the dashboards work with the cloud. Running it on your own is a pain.
@ore_bear8045
@ore_bear8045 2 жыл бұрын
Good luck with that
@stefnirk
@stefnirk 2 жыл бұрын
@@nonefvnfvnjnjnjevjenjvonej3384 I'm not talking about running supabase it on your own. I'm talking about exporting the data to another Postgres. I have run my own instant of Supabase and it hard and I don't recommend it. But I have helped clients migraine from Supabase to own backend and it's 1.000% easier than firebase.
@stefnirk
@stefnirk 2 жыл бұрын
@@ore_bear8045 good luck with exporting a Postgres??? It's fairly easy.
@LetsRocka
@LetsRocka 2 жыл бұрын
Postgres migrations/backup/restores are rly easy.
@aaron32190
@aaron32190 2 жыл бұрын
Bro I literally checked your site like two or three days ago for a Supabase course and was disappointed that it was missing. BANG, one day later and this happens.
@nivoset
@nivoset 2 жыл бұрын
I may not use a lot of these things. But having these quick view videos is great for seeing what is possible for new things and keeping up to date on cool tech. And made me test out a few things
@husseinkizz
@husseinkizz Жыл бұрын
Finally, you made me smile. It's so Supa Fireship, I have been using supabase for months now and I love it despite some quarks here and there due to few resources to learn about it on the internet, like that you started a course on it, very hepful!
@massimo8408
@massimo8408 2 жыл бұрын
I'm so glad you made 100 Seconds of this, I just started using it. Love your videos!
@OnurKasikci
@OnurKasikci 2 жыл бұрын
wow i dont understand a thing but still watch all your videos, keep em coming
@PMantis013
@PMantis013 Жыл бұрын
Thanks to this video I'm already making my next project on Supabase, it's being an awesome experience so far!
@AngryBacteria
@AngryBacteria Жыл бұрын
Supabase > firebase in my opinion
@hatem.tommy.lamine
@hatem.tommy.lamine Жыл бұрын
​@@AngryBacteria could you tell us why? I'm trying to learn this stuff
@AngryBacteria
@AngryBacteria Жыл бұрын
@@hatem.tommy.lamine I would say my 2 main reasons are the capability to self host and that it uses a relational database and not document based like firebase. Firebase is a bit easier to setup because there are more libraries out there to integrate it with your favourite JS framework. In the end I would suggest you to try them both out and then decide. Make a really small prototype of some sort
@hatem.tommy.lamine
@hatem.tommy.lamine Жыл бұрын
@@AngryBacteria ait thanks dude
@basdfgwe
@basdfgwe 7 ай бұрын
​@@AngryBacteria yeah relations is massive miss from my opinion, I'm having to hold a separate DB in order to undertake queries with various relations. Unfortunately that, in my app, equates to 80-90% of the queries.
@fooked1
@fooked1 2 жыл бұрын
Would be great if you also covered a few downsides in these 100 second videos.
@YuriG03042
@YuriG03042 2 жыл бұрын
those are in the firebase killer video he released a few months back
@n3bul0n
@n3bul0n 2 жыл бұрын
Fun fact: people read comments that start with fun fact
@jackmermigas9465
@jackmermigas9465 8 ай бұрын
no i didn't
@786ranabasharat
@786ranabasharat 3 ай бұрын
Old 😑
@wstaib7
@wstaib7 Жыл бұрын
Your videos are extremely useful and always make me laugh out loud! One of the best channels on KZbin!
@Andi-zs7no
@Andi-zs7no 2 жыл бұрын
0:20
@snookandrew
@snookandrew 2 жыл бұрын
I was just reading up about Supabase and definitely gonna give it a shot. I bought your course. Looking forward to learning more.
@Mogwai88
@Mogwai88 Жыл бұрын
How did you like the course, I want to build a project with react and use some BaaS, would you recommend supabase?
@PASTRAMIKick
@PASTRAMIKick 2 жыл бұрын
No way I was just about to go create my supabase account and opened up youtube to see this that's crazy
@nX-
@nX- 2 жыл бұрын
There is a big and important difference with Supabase vs Firabase/Amplify. The last 2 are offline-first SDKs. Since Supabse is based on PostgresSQL it will be hard to do this. Firebase and Amplify handle the offline state for you, where Supabase does not.
@hojdog
@hojdog 2 жыл бұрын
Just a small note, that firebase is not offline-first, but it does have offline capabilities
@Nico-dn7su
@Nico-dn7su 2 жыл бұрын
meh, easy to implement directly in the frontend code
@nX-
@nX- 2 жыл бұрын
@@Nico-dn7su Depends on the complexity of what you want to do while offline. And even then, it is "easy" but requires a lot of boilerplate code to manage offline state with REST APIs. Which is basically what Supabase is. Firebase and Amplify are not REST APIs. So I find it kinda odd that Supabase call themselves a "Firebase alternative" where they are not really a Firebase alternative. Firebase is a document-based database, which syncs with the server, just like CouchDB. This kind of implementations make the client code much more simple.
@TheSuperBoyProject
@TheSuperBoyProject Жыл бұрын
It's okay, you can make it yourself
@jakespicer2905
@jakespicer2905 Жыл бұрын
Another difference is that fire base does not work in China, while Supabase does, for those who want to tread into the Chinese market
@Adomas_B
@Adomas_B 2 жыл бұрын
atm I'm programming in c++, so why am I even watching these videos? It must be a combination of polished visuals and Jeff's beautiful voice
@rodrigosmergerequest
@rodrigosmergerequest 2 жыл бұрын
Supabase replaced firebase in all my side projects that I never finished
@justpatrick_
@justpatrick_ 2 жыл бұрын
Same
@rubenheymans1988
@rubenheymans1988 2 жыл бұрын
is it easy to work with ? does it have a good local emulator ?
@justpatrick_
@justpatrick_ 2 жыл бұрын
@@rubenheymans1988 I haven't used the local mode but for the easy to work with I can vouch for. It has been a breeze
@shaunxenonkhan7511
@shaunxenonkhan7511 10 ай бұрын
The best 100-second platform intro I've come across!
@DanSoloha
@DanSoloha 2 жыл бұрын
Man I would love a full tutorial on Supabase now… seems like such a useful tool
@MerkieAE
@MerkieAE 2 жыл бұрын
lad didn’t even watch till the end
@AbdulKhan-ul7th
@AbdulKhan-ul7th 2 жыл бұрын
@@MerkieAE LOL
@yt-sh
@yt-sh 3 ай бұрын
really high quality video in shortest time possible only major thing missing reg jwt is jwt secret which will be available on each project setting, that have to be copied
@nadeeshandissanayake2868
@nadeeshandissanayake2868 2 жыл бұрын
Can we have "Ballerina in 100 Seconds" please! Your 100 seconds video series is lit!! 🔥
@lazyh0rse
@lazyh0rse 2 жыл бұрын
I wish I know this project months ago, I'm almost done with my project using the most redundant setup ever. God I swear every time I'm almost done with a project, I find an easier way that I could have saved tons of time coding.
@Michael-Martell
@Michael-Martell 2 жыл бұрын
Yaayyy! I’m super interested in Supabase! Glad I have a lifetime account.
@richardfeynman-sd3rg
@richardfeynman-sd3rg 2 жыл бұрын
Row level security using postgres policies is awesome
@manin1
@manin1 Жыл бұрын
Superbase: A big, strong building with fancy technology and lots of stuff inside. It's like a main hub for important activities. Pocketbase: A small, moveable base with basic things and not a lot of resources. It's made to be flexible and set up quickly.
@flyte9844
@flyte9844 2 жыл бұрын
Supabase is the only thing I use that Jeff hasn't teached me so I'm hyped to take the course and see what I'll learn !! thanks papa Jeff
@StephenGillie
@StephenGillie 2 жыл бұрын
Thanks for making this video. Now I can embed it on my OfferingOverview page for Supabase.
@keent
@keent 2 жыл бұрын
Glad you're covering Firebase alternative! What is everyone thoughts on - AppWrite - Nhost - AceBase
@AlexanderSuraphel
@AlexanderSuraphel 2 жыл бұрын
And PocketBase too which is actually awesome and has real self hosting unlike Supabase.
@parzivalOasis
@parzivalOasis 2 жыл бұрын
and WunderGraph. Would love to see a comparison on all of them.
@AlexanderSuraphel
@AlexanderSuraphel 2 жыл бұрын
@@parzivalOasis seems interesting!
@charlesbcraig
@charlesbcraig 2 жыл бұрын
I’m still fan girling over Pocketbase
@anhvuuc8693
@anhvuuc8693 2 жыл бұрын
it still in beta.
@nevinjohn
@nevinjohn 2 жыл бұрын
@@anhvuuc8693 you sure?
@isanyoneelseheretoday
@isanyoneelseheretoday 2 жыл бұрын
Yes pocketbase is super good
@이승현-c2r
@이승현-c2r 2 жыл бұрын
Pocketbase is amazing
@ak-loz
@ak-loz 2 жыл бұрын
Yes, this made the backend less scary for me. It made it Enjoyable actually.. I took a summer course on SQL and my thinking was I well NEVER touch the database. Some years later, I'm here looking at the database as something that's not actually scary.
@dried_sponge
@dried_sponge 2 жыл бұрын
Please do 100 seconds of appwrite next :)
@isaacfink123
@isaacfink123 2 жыл бұрын
For me the biggest feature is how well in integrates with meta frameworks (next, sveltekit etc...) and type script support, other then that it's not as feature rich as other platforms
@nadaaldubaie94
@nadaaldubaie94 2 ай бұрын
The music make a noise so I can't focus perfectly, without music you're doing well 👌
@CameronChardukian
@CameronChardukian 5 ай бұрын
That was a nice high level overview. Thanks for sharing.
@mrrolandlawrence
@mrrolandlawrence Жыл бұрын
i love supabase. Postgres is so easy to manage. Not waking up to a $50,000 bill in the morning like you can with google & amazon. Clinched it for me.
@ongkay250
@ongkay250 2 жыл бұрын
I love appwrite for flutter and react
@benmhart4706
@benmhart4706 2 жыл бұрын
This guys really does read minds! Was just looking at this this morning
@nandans2506
@nandans2506 2 жыл бұрын
Looks cool, wanted to understand if its production ready. Thinking of going with this for a project
@MA-nw3xf
@MA-nw3xf 2 жыл бұрын
I would really like to see an in-depth comparison of supabase and pocketbase
@MdAbdullah-yl9sf
@MdAbdullah-yl9sf 2 жыл бұрын
#amazing_website_short_aws
@Thorax232
@Thorax232 2 жыл бұрын
Edge functions will never replace real backbends. I'm all good with things like microservices. Done correctly they can be very organized. But the few times I've seen companies try to build around edge functions it's been a total mess.
@vasiovasio
@vasiovasio 2 жыл бұрын
1:25 Row-Level Security ❤
@DanSoloha
@DanSoloha 2 жыл бұрын
That’s wild I was _just_ researching Supabase for an app I’m building, what are the odds
@starfoxdelta
@starfoxdelta 2 жыл бұрын
This all sounds really fancy :0
@gregckrause
@gregckrause 2 жыл бұрын
I would love to see a 100 seconds video on gRPC!
@sidewaysdesign
@sidewaysdesign 2 жыл бұрын
Can't argue with anyone who uses a reference to “They Live”.
@nikeedev
@nikeedev 2 жыл бұрын
Create Basic in 100 seconds, my brother wants to learn it, and he likes to learn from your videoes
@JamesXylight
@JamesXylight 2 жыл бұрын
A very important part of music is bass. A very important part of software is a BaaS
@illegalsmirf
@illegalsmirf 2 жыл бұрын
Yep, there aren't enough frameworks, backends and such. Keep them coming.
@Rundik
@Rundik 2 жыл бұрын
What do you expect if every single one of them is bad?
@dr.michaelmorbius2400
@dr.michaelmorbius2400 2 жыл бұрын
cant wait for the entry level job postings requiring 5+ years of supabase experience.
@АнтонПешков-ъ7н
@АнтонПешков-ъ7н 2 жыл бұрын
@@Rundik not creating another one that will turn out to be bad too?
@Rundik
@Rundik 2 жыл бұрын
@@АнтонПешков-ъ7н some day a good one will be created. Who knows, maybe even in our lifetime
@brendan8915
@brendan8915 Жыл бұрын
@@Rundik we wont even know when that is because no one will admit it and another will then be released. Truth is, they all suck and are awesome and we always will be required to pick up the inevitable slack :')
@sheaerickson537
@sheaerickson537 2 жыл бұрын
Your videos are really good. You are a talented explainer.
@D4rkS7der
@D4rkS7der 2 жыл бұрын
I was eyeing the superbase for a few days now and then suddenly new firebase video about supabase? Coincidence? I don't think so. :D
@KiLVaiDeN
@KiLVaiDeN Жыл бұрын
Thanks for watch-ii-ng, luv it
@ashatron656
@ashatron656 2 жыл бұрын
Your videos are so good! I found the addition of background music in this video made it much harder to hear you compared to your other non-music videos, just an FYI. Thanks friend! 🙂
@DavidTch
@DavidTch Жыл бұрын
such a good video that I even cried a little bit. Love you 😇
@yeahaddigirl
@yeahaddigirl 2 жыл бұрын
Pocket base has been a joy to use so far
@peterszarvas94
@peterszarvas94 2 жыл бұрын
Great video as always! Suggestion: trpc in 100 second
@rothbardfreedom
@rothbardfreedom 2 жыл бұрын
The endless cycle of software: - Company builds nice propertary tool; - Everyone starts using the tool; - Said company gets rich; - The Free Software community builds a copy of said tool; - Everyone moves to the free tool and gets happier because the free tool is actually better that the propertary alternative; - Said company goes broke and its logo is stamped on "dinassour technology" memes; - Repeat.
@HolyRamanRajya
@HolyRamanRajya 2 жыл бұрын
Yet to see it for dotnet. Ironically its microsoft of all companies that is being forward with Blazor webassembly, Linq and maui.
@russpalermo
@russpalermo 2 жыл бұрын
vanilla postgres with n-host && hasura front gives you all the tools you need to self-host IMO a superior and more flexible backend..
@the-old-channel
@the-old-channel 2 жыл бұрын
Could you cover AceBase? It’s a super cool project, I think it deserves more attention!
@codewithguillaume
@codewithguillaume 2 жыл бұрын
I’ve made videos tutorials on how to install Supabase with Vue and Next on my channel - and I have to say that this video really explain well what is Supabase ❤
@oharaandrew314
@oharaandrew314 2 жыл бұрын
I wish there was frontend-as-a-service; for backend devs with the opposite problem.
@bhargav.h.prakash3681
@bhargav.h.prakash3681 8 ай бұрын
Music to my ears
@ramtinmir
@ramtinmir 2 жыл бұрын
So I have to LEARN yet another thing. God when will this end!!!
@Shtikface
@Shtikface 2 жыл бұрын
I dont understand a single thing that was said, but it seems pretty cool
@gopietz
@gopietz 2 жыл бұрын
The one thing that holds me back from using supabase is that I need certain backend logic in Python and not just JS. I also prefer a nosql database solution. So it’s firebase for me right now.
@metatronicx
@metatronicx Жыл бұрын
You should use Supabase as your database... kind like your storage engine, and couple it with a framework like FastAPI + Sqlalchemy. Nothing is holding you back from using Supabase. It's just Postgres + some goodies
@JovenAlbarida
@JovenAlbarida Жыл бұрын
very nice video thank you for sharing, i will try this supabase its nice to hear it has all this functionality, i will surely resubscribe to your course
@wihanuys
@wihanuys 2 жыл бұрын
Deta (Base) is also pretty cool for small side projects. They allow you to host your node/python microapi for free too!
@DogeMultiverse
@DogeMultiverse 2 жыл бұрын
Perfect timing! Just when I'm about to implement my saas using supabase!
@thet0ast3r
@thet0ast3r 2 жыл бұрын
after those 2 minutes 30 seconds, you are covered, for sure! ;)
@juzhiyuan
@juzhiyuan Жыл бұрын
Thanks for this quick but clear 100s video! Can you please also introduce Apache APISIX in 100s? 🙏
@binarnesia
@binarnesia Жыл бұрын
i would like to try this for my next flutter project
@shanehoban
@shanehoban Жыл бұрын
Supabase is really awesome I have to say
@prashantsingh6606
@prashantsingh6606 2 жыл бұрын
Awsome as always
@jjbofficial3519
@jjbofficial3519 2 жыл бұрын
Awesome video👌. Also, which soundtrack did you use ?
@moritzfesseler8460
@moritzfesseler8460 10 ай бұрын
good video lads !
@alfgoto4592
@alfgoto4592 7 ай бұрын
Thanks a lot for this video. It was very usefull !
@walterreuther1779
@walterreuther1779 2 жыл бұрын
Would love to see 100s of Scala3 :vD
@Bebetter11111
@Bebetter11111 2 жыл бұрын
Love your videos! Can you also please make a video on micro frontends and module federation?
@guille.16x
@guille.16x 2 жыл бұрын
great content as usual!!
@TikTokShortz616
@TikTokShortz616 2 жыл бұрын
Love ur contnent
@johnnycacao
@johnnycacao 2 жыл бұрын
Django in 100 seconds please? Love your vids!
@TheSuperBoyProject
@TheSuperBoyProject Жыл бұрын
Shit, don't use it.
@enekhaev
@enekhaev Жыл бұрын
Amazing! Thank you
@beatsbycf
@beatsbycf 2 жыл бұрын
The only thing I don’t like about FireBase is that the Postgres viewer doesn’t allow adding on delete cascade so you have to change that in sql
@beatsbycf
@beatsbycf 2 жыл бұрын
🤝THANKS FOR COMMENTING🆙 DELETE YOUR BOT ACCOUNT WITH THE GOOGLE ACCOUNTS SITE
@Aamir1705
@Aamir1705 2 жыл бұрын
Now I know what is a meaning of foss.
@NNNedlog
@NNNedlog 2 жыл бұрын
Awesome video as always sir
@lucapirolo982
@lucapirolo982 2 жыл бұрын
Could we expect a flutter supabase course soon? Would be great!
@NNNedlog
@NNNedlog 2 жыл бұрын
"Superbase" "Not you mean superb as*" "No, superbase"
@YuriG03042
@YuriG03042 2 жыл бұрын
poor nicki minaj
@abdobouna
@abdobouna 2 жыл бұрын
Me after watching this: Adds Supabase to the skills section of my resume.
@tariqsabri4647
@tariqsabri4647 2 жыл бұрын
Bruh this video came at the same my team and I were discussing what database model to use and what services
@chwydev
@chwydev Жыл бұрын
1:50 amogus at symbol
@tojeiro_me
@tojeiro_me 2 жыл бұрын
I would love to see your take on Altogic 🙏
@Dht1kna
@Dht1kna 2 жыл бұрын
Video on Entity Component System programming pattern?
@rishabhgupta2085
@rishabhgupta2085 2 жыл бұрын
Sticking with firebase for now
@howl2339
@howl2339 2 жыл бұрын
Wow, supa!
@namaefumei
@namaefumei Жыл бұрын
Supabase in detail please!
@icarusgk
@icarusgk 2 жыл бұрын
I was gonna use Ruby on Rails as an API, but now I'm gonna give Supabase a try
@x7airworker
@x7airworker 2 жыл бұрын
Ruby on Rails in 2022?
@icarusgk
@icarusgk 2 жыл бұрын
@@x7airworker is it that bad? :/
@sahil_parmar
@sahil_parmar 2 жыл бұрын
@@icarusgk naah he is just a kid. Pretending he knows rails and behaving like its bad he is probably a learner learning node or python something who thinks everything else just sucks.
@icarusgk
@icarusgk 2 жыл бұрын
@@sahil_parmar Oh I get it 😅 the JS knows all. Rails had always seemed like an interesting framework to use as an API
@sahil_parmar
@sahil_parmar 2 жыл бұрын
@@icarusgk yup I develope in node and python django as well. But I only enjoyed Laravel.
@TruthAndLoyalty
@TruthAndLoyalty 2 жыл бұрын
I've been dying to use this since before it existed.
@frittex
@frittex 2 жыл бұрын
amazing
@kaksisve4012
@kaksisve4012 2 жыл бұрын
Based tutorial.
@Abelkrijgtalles
@Abelkrijgtalles 2 жыл бұрын
You have 1,69 mln subscribers. Nice.
@shashankphatkure
@shashankphatkure 10 ай бұрын
learned alot :) thankyou
@emstudios14
@emstudios14 2 жыл бұрын
Great one.
@vishfish175
@vishfish175 2 жыл бұрын
I can now add supabase to my resume
Arduino in 100 Seconds
2:22
Fireship
Рет қаралды 920 М.
Firebase vs Supabase - I Built The Same App With Both
6:21
Your Average Tech Bro
Рет қаралды 127 М.
Players push long pins through a cardboard box attempting to pop the balloon!
00:31
Из какого города смотришь? 😃
00:34
МЯТНАЯ ФАНТА
Рет қаралды 2,6 МЛН
Supabase Crash Course
25:17
Traversy Media
Рет қаралды 133 М.
TMUX in 100 seconds | Prime Reacts
11:43
ThePrimeTime
Рет қаралды 157 М.
Supabase for the Angular Andy's
3:50
Supaship
Рет қаралды 483
Top G Andrew Tate penetrated by LGBT hackers
4:11
Fireship
Рет қаралды 748 М.
COMPUTER SCIENCE explained in 17 Minutes
16:49
Wacky Science
Рет қаралды 1,4 МЛН
Deno 2 is here… will it actually kill Node.js this time?
4:16
React Native vs Flutter - Which should you use?
22:31
Simon Grimm
Рет қаралды 49 М.
Learn To Code Like a GENIUS and Not Waste Time
9:41
The Coding Sloth
Рет қаралды 1,7 МЛН