How to Use Firebase Auth with Nuxt 3 🔥 (2024)

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

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

  • @silvesterwali6565
    @silvesterwali6565 10 дней назад

    really nice bro

  • @wchpsh
    @wchpsh 4 месяца назад +1

    Just what I needed today - perfect timing, and well explained - thank you!

  • @andrzejrumak7868
    @andrzejrumak7868 4 месяца назад +2

    Thank you Eli for this short but ver useful video. What are going to show next? Protected routes, firebase database?

  • @frr-yn3xn
    @frr-yn3xn 3 месяца назад

    Thanks for the content, waiting for the next video. 😊

  • @aligu7
    @aligu7 4 месяца назад +3

    Can we get more of Firebase + Nuxt content? I wanna see how to setup Firestore, Storage, and Hosting with the best way possible.

  • @TheGraffityman
    @TheGraffityman 4 месяца назад +1

    Good content! keep going! don't understand why you dissapeared for so long:)

  • @danielwatson6529
    @danielwatson6529 3 месяца назад

    Glad your back bro

  • @bowaller6892
    @bowaller6892 4 месяца назад +1

    Thanks for the video, great content. Eli can you make a video and stripe especially for webhooks and subscription method?

  • @jacopofolgoniborsa9481
    @jacopofolgoniborsa9481 11 дней назад +1

    Thanks for the video! Although I'm having problems trying to install vuefire. After installing firebase, I run the command 'npx nuxi@latest module add vuefire' and get a bunch of npm dependancy conflicts? Any ideas?

    • @elilopezdev
      @elilopezdev  11 дней назад

      @@jacopofolgoniborsa9481 hi, maybe check your node version. I use v22 right now

  • @davidlodico6367
    @davidlodico6367 3 месяца назад

    Do you have any experience deploying Nuxt 3 SSR with VueFire to Vercel? I am struggling to deploy without exposing the service-account credentials

  • @danielwatson6529
    @danielwatson6529 3 месяца назад

    is there a way of using middle ware to send data to a page.
    so for example I want all users to view a page, but only an authorised user can edit it so sending {canEdit: true} specifically using [id] and if the route params match the user id.
    maybe instead of middle ware ill just have a check if the params match the current user id im just worried that this might not be as secure

    • @danielwatson6529
      @danielwatson6529 3 месяца назад

      i just used current user in my components and the routes [id] and check they match