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

preview_player
Показать описание


#nuxtjs #firebase #enterflash

Рекомендации по теме
Комментарии
Автор

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

aligu
Автор

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

wchpsh
Автор

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

andrzejrumak
Автор

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

frr-ynxn
Автор

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

bowaller
Автор

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

TheGraffityman
Автор

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

davidlodico
Автор

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

danielwatson