Your way of teaching so amazing and easy to understand. Please bring more Vuejs and Nuxtjs content 💚 Thank you
@wchpsh5 ай бұрын
Just what I needed today - perfect timing, and well explained - thank you!
@aligu74 ай бұрын
Can we get more of Firebase + Nuxt content? I wanna see how to setup Firestore, Storage, and Hosting with the best way possible.
@silvesterwali656529 күн бұрын
really nice bro
@danielwatson65294 ай бұрын
Glad your back bro
@TheGraffityman4 ай бұрын
Good content! keep going! don't understand why you dissapeared for so long:)
@andrzejrumak78685 ай бұрын
Thank you Eli for this short but ver useful video. What are going to show next? Protected routes, firebase database?
@frr-yn3xn4 ай бұрын
Thanks for the content, waiting for the next video. 😊
@bowaller68924 ай бұрын
Thanks for the video, great content. Eli can you make a video and stripe especially for webhooks and subscription method?
@jacopofolgoniborsa9481Ай бұрын
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Ай бұрын
@@jacopofolgoniborsa9481 hi, maybe check your node version. I use v22 right now
@davidlodico63674 ай бұрын
Do you have any experience deploying Nuxt 3 SSR with VueFire to Vercel? I am struggling to deploy without exposing the service-account credentials
@danielwatson65294 ай бұрын
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
@danielwatson65294 ай бұрын
i just used current user in my components and the routes [id] and check they match