Тёмный

FASTEST way to get started with Next.js and Supabase in 2024 

Supabase
Подписаться 34 тыс.
Просмотров 27 тыс.
50% 1

Опубликовано:

 

2 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 55   
@Supabase
@Supabase 7 месяцев назад
⚡Full Next.js series: ru-vid.com/group/PL5S4mPUpp4OtMhpnp93EFSo42iQ40XjbF&feature=shared 🕸 Website: supabase.com/ 🏁 Create a project: database.new 📄 Docs: supabase.com/docs
@BenniK88
@BenniK88 3 месяца назад
I love your tutorials but Supabase is gotten super confusing with all the turnovers in the documentation. I feel like the way how auth is handled chances all “three weeks” and new ways of handling it are not always updated or clearly stated as outdated. I still had my way of doing with with middleware and the cookies exchange setup with the “auth-helpers-nextjs” but now you’re showing a completely different way. But in the supabase documentation it’s again different. The documentation now uses the new “supabase/ssr” package and this used an “auth/confirm” route instead of the “auth/callback” route. I feel like it’s super confusing and I don’t know which is the source of truth and I even probably introduce some security vulnerabilities because of mixing the wrong technologies you provide. It’s really frustrating to the point I’m not sure if I can safely use it. I really appreciate your positivity and enthusiasm as i know it’s an issue you’re causing. But I’m not sure which is the preferred way to do it and what’s just legacy.
@austingebauer4532
@austingebauer4532 20 дней назад
I very much feel this. The documentation is using a different approach from the nextjs starter and this video. It's quite confusing. I don't know which one to use.
@kathanmehtaa
@kathanmehtaa 6 месяцев назад
Not useful at all… You were supposed to show how to set supabase with nextjs What u really showed is get the template and start using is 😅
@abelquezadahidalgo7514
@abelquezadahidalgo7514 7 месяцев назад
good video, could you make a video explaining how would be the workflow between enviroments (prod, test, local) with different supabase projects? this for those who do not have branching yet. 😀
@JonMeyers
@JonMeyers 7 месяцев назад
This is a great idea! Will add it to the list 👍
@miksvillamor
@miksvillamor 7 месяцев назад
+1 to this, I am new and trying to understand this concept. I hope you can create a video on this topic.
@sevdashukrieva2743
@sevdashukrieva2743 28 дней назад
Hey, great content! I found the pace a bit fast, and it seems slightly different from the authentication flow described in the Supabase docs around next js app router server side authentication. Is there a GitHub repository where I can check out the code?
@ajinugroho8698
@ajinugroho8698 3 месяца назад
i hope, all teacher in this world learn how to teach from this nice guy. he makes coding feels better
@JonMeyers
@JonMeyers 3 месяца назад
That’s very kind! Glad you enjoyed the video! 🙌
@lostinthenarrativve
@lostinthenarrativve 3 месяца назад
he's very annoying and repulsive tho
@maskman4821
@maskman4821 7 месяцев назад
Cool,thank you for introducing this template to us, it majes our life easy with supabase auth + nextjs ❤
@mario_luis_dev
@mario_luis_dev 7 месяцев назад
good stuff! Btw would you mind doing a tutorial for using Supabase Realtime (no `postgres_changes` involved, just Presence and Broadcast)? I feel like the official documentation is somewhat lacking and I’m struggling to get Realtime to work properly. Thanks for all your work!
@skillsvsdegree6139
@skillsvsdegree6139 7 месяцев назад
@ml-tech have you seen chatapp video stream from this team? they have realtime in those videos, or is it not what you asking? sorry, just responding with whatever i know so far. i'm still newrespoding
@JonMeyers
@JonMeyers 7 месяцев назад
Tyler did an awesome video on exactly this for Flutter! Do you think a Next.js version would be helpful?
@Supabase
@Supabase 7 месяцев назад
This is that awesome Flutter video by Tyler: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-QhRNXlFLaeE.html
@mario_luis_dev
@mario_luis_dev 7 месяцев назад
@@JonMeyers thanks! I got unstuck by myself. Now I have the app almost ready for prod 🚀 Realtime is awesome!
@ivandamyanov
@ivandamyanov 6 месяцев назад
Please create a guide about using Supabase with SSG. Is it even currently possible for any routes using sessions due to cookies?
@dziaddy
@dziaddy 4 дня назад
Supabase SSR opts out of caching becasue it uses cookies. Should I use regular supabase-js client for requests other than auth related?
@ksk385
@ksk385 21 день назад
Thanks for the video @JonMeyers! It's really cool to see how far we can get with this setup! I am running into issues when I try to debug locally in VSCode with this starter. I tried a plain Next.js starter and all the debugging works fine. The issue I am running into is that the breakpoints are unbound. Any help on this would be appreciated!
@hasibulalamprionto2010
@hasibulalamprionto2010 17 дней назад
I am facing the problem below: Uncaught error : supabaseUrl is required How to solve this problem?
@EverydayBeing-de1qu
@EverydayBeing-de1qu 4 месяца назад
100% rug pull coming very soon.
@flohh
@flohh 7 месяцев назад
Sign-ups are getting rate limited because of /user route being looped on.
@ShakiritoProductions
@ShakiritoProductions 6 месяцев назад
I'm having the exact same problem. After 4 attempts I suddenly have more than 30 requests
@flowmv
@flowmv 3 месяца назад
Did you resolve it?
@ShakiritoProductions
@ShakiritoProductions 3 месяца назад
@@flowmv Not really, I went with Clerk lol
@zacklau8349
@zacklau8349 3 месяца назад
I'm so glad i found this before starting my 2nd project on Supabase with Nextjs .... the 1st project really took me some times to figure it out on the authentication part..
@adnn4210
@adnn4210 Месяц назад
useless tutorial, you don't create an app around having supabase, you integrate an app into an existing app. This is like watching a mechanic video and he says yeah just npx a new tranmission, like what, useless
@appstuff6565
@appstuff6565 4 месяца назад
Hey thanks for this. I have literally set up everything using auth helpers with cookies, from signup form to middleware to callback. Im using the NextJS approuter with basic email and pass signup offered by supabase atm. Do you plan to do a simple migration video on that as well?
@rickhmason
@rickhmason 7 месяцев назад
Could you create this exact same example for Nuxt? It would save so many people so much time. Thanks.
@JonMeyers
@JonMeyers 7 месяцев назад
I am planning to jump into Nuxt soon and create some Supabase videos. Will add this one to the list 👍
@rickhmason
@rickhmason 7 месяцев назад
@@JonMeyers 👍
@aedesign5499
@aedesign5499 2 месяца назад
I have got could not autheticate use after i put the email and password
@zBrain0
@zBrain0 7 месяцев назад
Loving supabase, but would love to see some sveltekit mixed in.
@skillsvsdegree6139
@skillsvsdegree6139 7 месяцев назад
Thank you. I will watch again to understand better as i am still new to frontend. keep making some simple intro videos please
@JonMeyers
@JonMeyers 7 месяцев назад
Will do! 👍 Anything specific you would like to see?
@skillsvsdegree6139
@skillsvsdegree6139 7 месяцев назад
@@JonMeyers Yes please, Please make or (give the link to the video if already exists) about how much it cost to use Supabase, how much storage we can use, and when it will start charging. i am already using supabase in my first webproject i am doing on my own. and learning so much everyday. Thank you for responding
@sitrlax5536
@sitrlax5536 7 месяцев назад
Very cool!
@JonMeyers
@JonMeyers 7 месяцев назад
Thanks! Glad you enjoyed it! 🙌
@BitAxolotl
@BitAxolotl 4 месяца назад
I'm trying to make a navbar with useState but that's for client components only, so I cant set use client in the navbar since the AuthButton uses server for the auth functions. So there's no way for me the create a dynamic navbar with state. Do you know how I can fix this? Thanks
@eliuddyn
@eliuddyn 7 месяцев назад
Amazing 🔥🔥
@JonMeyers
@JonMeyers 7 месяцев назад
Glad you liked it! 🙌
@Not_Aran8276
@Not_Aran8276 7 месяцев назад
What a perfect timing, just yesterday I was thinking about using Supabase as a authentication database for my first ecommerce web project and I was kinda procrastinating a little bit until I saw this new scaffolding tutorial that's going to make my life 10x easier. Thanks
@Mrmtl100
@Mrmtl100 Месяц назад
this guy is a mix of a nerd with a rapper and a skateboarder.
@VolodymyrShamieiev
@VolodymyrShamieiev 7 месяцев назад
Yeah! But give me the same for the SvelteKit )) Please, more content with Svelte :)
@henrytabimagiraldo7116
@henrytabimagiraldo7116 5 месяцев назад
I really like this. for some reason it works with chrome but not with edge
@scorpion32
@scorpion32 6 месяцев назад
Could you please do one on supabase, prisma and nextjs
@piseysen9090
@piseysen9090 7 месяцев назад
The best guide, should you guide it with Angular Project?
@dominicclerici8396
@dominicclerici8396 2 месяца назад
live, love, supabase
@Tanner-cz4bd
@Tanner-cz4bd 7 месяцев назад
Anyway to get type safety like prisma
@Supabase
@Supabase 7 месяцев назад
Yes 👉 supabase.com/docs/guides/api/rest/generating-types
@reni_christian
@reni_christian 2 месяца назад
is it okay to do the supabase auth setup as you did in Twitter clone in egghead course for NextJS? @Supabase @JonMeyers
@Alex-bc3xe
@Alex-bc3xe 5 месяцев назад
God bless you this saved me a ton of time, I really didn't want the hustle.
@pandhu.wibowo
@pandhu.wibowo 3 месяца назад
I don't know why you guys @supabase team wanna looks like Firebase, I know Supabase since Supabase released for the first time, however I gonna use this onefor my project recently (hopefully), and I just realize the Supabase is not like Firebase, these are just recreate some part of another technology and combined it being one place. What is your make special? For example, for the database, before I deep dive to learn it I think that is NoSql, apparently SQL. That's also the engine from AWS. a bit fooled.
Далее
10 common mistakes with the Next.js App Router
20:37
Просмотров 217 тыс.
OYUNCAK DİREKSİYON İLE ARABAYI SÜRDÜ 😱
00:16
Firebase vs Supabase - I Built The Same App With Both
6:21
You don't need a frontend framework
15:45
Просмотров 127 тыс.
He makes $3M a year with a $400 VPS
10:17
Просмотров 221 тыс.
Cool Tools I’ve Been Using Lately
23:11
Просмотров 327 тыс.