How to deploy your Sveltekit application with Firebase Hosting and Firebase Functions (adapter-node)

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • In the video I use "svelte-adapter-node" to transpile the Sveltekit code into something I can use with express in Firebase Functions and Firebase Hosting.
    After 2 weeks of racking my brain on this, reading people's posts, working through all the little issues, this is finally working 😭. This is my contribution to humanity.
    I was so excited that I had to share it, so please forgive the lack of editing and hiccups throughout the video. This is the link to the github link to the project: github.com/mdu...
    #sveltejs #sveltekit #svelte #firebase #firebasefunctions #firebasehosting #svelte-adapter-node

Комментарии • 5

  • @melchisedekdulcio
    @melchisedekdulcio  24 дня назад

    I realize I kept saying you don't need an adapter. Yes, you do need the "sveltekit-adapter-node", but that's a prebuilt one, not one you have to build yourself. Sorry, y'all.

  • @forno_nicolas
    @forno_nicolas 9 дней назад

    I noticed that firebase now auto-detect 'framework' and it manage everything for us?

    • @melchisedekdulcio
      @melchisedekdulcio  9 дней назад

      @@forno_nicolas well that's still experimental, and usually if you stability you don't go with experimental features.