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

КОМЕНТАРІ • 32

  • @abidibnazam4462
    @abidibnazam4462 9 місяців тому +1

    Thanks, man!!!, You saved my day. It was really easy to understand edge functions and how to deploy one which actually works.

  • @Stockclasspaintball
    @Stockclasspaintball Рік тому +2

    Very clear and helpful! I landed here looking for info on Edge functions for Supabase but will watch your other vids now. Sub'd!

  • @maxv8785
    @maxv8785 Рік тому +3

    Man, do I love that accent!

  • @mcFishXtraMayo
    @mcFishXtraMayo Рік тому +3

    Nice video, helps a lot! What is the rest api client you are using ?

  • @pashag.1577
    @pashag.1577 Рік тому

    very helpful. thank you!

  • @passionboy7542
    @passionboy7542 Рік тому

    amazing !! supabase c'est un couteau suisse !!

  • @hbela1000
    @hbela1000 Рік тому +1

    cool,thx.

  • @ricardinhofreestile
    @ricardinhofreestile 9 місяців тому

    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?

  • @biodunyekeen1876
    @biodunyekeen1876 Рік тому +1

    Don't know if you covered this in a different video. There's a need to configure RLS access policy for the db table

  • @AlexLoLar
    @AlexLoLar Рік тому

    hi everyone, english not is my principal language, how to use this in supabase local

  • @joshuarodriguez2219
    @joshuarodriguez2219 9 місяців тому

    My edge function shat down - cant figure out why. It worked nicely like 3 hours ago

  • @bobbytop6109
    @bobbytop6109 Місяць тому

    Is it possible to call a rpc function that has implemented select authId() from edge function?.

  • @Giigigi1122
    @Giigigi1122 3 місяці тому

    is it possible to use NPM packages?

  • @wr1099-c9p
    @wr1099-c9p Рік тому +1

    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?

  • @DzakiFauzaan
    @DzakiFauzaan Рік тому

    is it okay if I use this edge function for heavy and long operation, such as creaty/update 10k+ rows to some table?

  • @berendvanbeerschot1472
    @berendvanbeerschot1472 Рік тому +1

    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

    • @codewithguillaume
      @codewithguillaume  Рік тому

      Hey 👋 Check my course on Supabase + Stripe on my school online 👍

  • @mystikyogi
    @mystikyogi Рік тому

    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?

    • @codewithguillaume
      @codewithguillaume  Рік тому

      1. Yes
      2. Yes but not best method
      3. Not necessarily

    • @prasadsawant7
      @prasadsawant7 Рік тому +1

      @@codewithguillaume I guess tanstack query would help to cache the result from edge function's api endpoints.

  • @ronnycoding
    @ronnycoding Рік тому +1

    is there any way to call the edge function through the sdk?

  • @rahuljiyer4171
    @rahuljiyer4171 Рік тому +1

    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

  • @ADITYARAJ-yv2tr
    @ADITYARAJ-yv2tr 5 місяців тому

    internal server error?

  • @JuanFcoRomero
    @JuanFcoRomero Рік тому +1

    How can I learn to write that Edge Functions?

    • @codewithguillaume
      @codewithguillaume  Рік тому +1

      It’s like a node/deno server 😉

    • @JuanFcoRomero
      @JuanFcoRomero Рік тому

      @@codewithguillaume but Edge Function works with Typescript, right?

    • @codewithguillaume
      @codewithguillaume  Рік тому +1

      Yes node and Deno also - I don’t get your question