Edge functions with
Вставка
- Опубліковано 10 лют 2025
- 1 hour coaching with me 👉 codeg.link/men...
----
Generate a professional business headshot by AI 👉 codeg.link/hea...
Developer Course - Full Access 👉 buy.stripe.com...
Thanks for watching! Please subscribe ❤️
Guillaume
👇
Repositories 👉 dub.link/repos
Newsletter 👉 dub.link/newsl...
Join my Discord 👉 dub.link/discord
Coaching en français 👉 codeg.link/coa...
💥 TOP VIDEOS
Learn Nuxt 👉 dub.link/nuxt
Learn Nextjs 👉 dub.link/next
Learn Supabase 👉 dub.link/supabase
⚙️
• Theme that I use: VSCode Dark
• VSCode Icons package: miguelsolorio.symbols
• Snippets: my own, coming soon :)
Thank you :)
Guillaume
Thanks, man!!!, You saved my day. It was really easy to understand edge functions and how to deploy one which actually works.
Very clear and helpful! I landed here looking for info on Edge functions for Supabase but will watch your other vids now. Sub'd!
Thank you and welcome ! Enjoy 😉
Man, do I love that accent!
Me too.
Nice video, helps a lot! What is the rest api client you are using ?
very helpful. thank you!
amazing !! supabase c'est un couteau suisse !!
cool,thx.
Thanks for sharing , is very usefull all of this, I have a question , only in order to understand , why use cdn to import the client ? good practices? or only to show us?
Don't know if you covered this in a different video. There's a need to configure RLS access policy for the db table
Yep true
hi everyone, english not is my principal language, how to use this in supabase local
My edge function shat down - cant figure out why. It worked nicely like 3 hours ago
Is it possible to call a rpc function that has implemented select authId() from edge function?.
is it possible to use NPM packages?
When i use the select cmd everything works fine, but i get an internal server error, when i try to update or delete data. Any thoughts?
is it okay if I use this edge function for heavy and long operation, such as creaty/update 10k+ rows to some table?
Could you do one for stripe specifically? I feel like there aren't complete or beginner friendly ones. Something so essential shouldnt be this hard
Hey 👋 Check my course on Supabase + Stripe on my school online 👍
I have 3 questions:
1. can edge functions be executed parallel?
2. Is it possible to build an app like twitter with supabase and edgefunctions only?
3. If i use supabase, would I ever need a cache for quick data access?
1. Yes
2. Yes but not best method
3. Not necessarily
@@codewithguillaume I guess tanstack query would help to cache the result from edge function's api endpoints.
is there any way to call the edge function through the sdk?
Check at invoke 😉
Hi really great video..
Im stuck in that supabase link part tho.. when i enter the database password it throws out an error saying password authentication failed-SQLSTATE 28P01 or 08P01.. If there is any way to resolve this id really appreciate the help
have you found a solution?
internal server error?
How can I learn to write that Edge Functions?
It’s like a node/deno server 😉
@@codewithguillaume but Edge Function works with Typescript, right?
Yes node and Deno also - I don’t get your question