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