Awesome video! I'm looking forward to more Firebase & Vue content :D
@jsohc9 ай бұрын
I have been using VueFire in production - it works great in my commercial Quasar project. Thanks for building it.
@hawarhekmat11749 ай бұрын
Next JS server support ?
@daviidon9 ай бұрын
There's a memory leak in the clean up, you need to store the closure in order to remove it.
@ndarushaheen7 ай бұрын
What does that mean? Sorry but I'm completely beginner here
@brambekkers9 ай бұрын
This is so nice. My two favorite things together ❤️
@nenad_marinkovic9 ай бұрын
Would be amazing to see Next.js and Firebase crash course 🙂
@GabrielCsanalosi7869 ай бұрын
Man this would have been great when I was still using Vue. I'm looking forward to the Sveltekit video 😊
@germolinal9 ай бұрын
Can we get one of these for Astro? I am using it, and it is pretty awesome.
@sahilahmed30669 ай бұрын
yes
@PiSPiszczekiScibor5 ай бұрын
Podoba mi się i czekam za większą ilością treści z firebase i vuefire
@Flash1369 ай бұрын
VueFire is awesome
@itsdavidalonso9 ай бұрын
Would be great to see how one can attach a firestore listener to these components so they automatically rebuild if there's changes in the backend. This is a pattern I'm only familiar with in Flutter
@onedjscream3 ай бұрын
Awesome!! Please make a similar video with Nuxt and firebase storage!
@dfordemo9818 ай бұрын
awesome, whats the font name you are using?
@NirdeshPokhrel4 ай бұрын
We ned more of this. Thanks
@Norfeldt8 ай бұрын
Great video - you are right, vue and vite are awesome. I'm would find it very useful to see a video on setting up this experimental framework feature with typescript since it's my experience that firebase uses different config than default vue project (so getting them to work can be a hassle). It would be fantastic if it was done with nuxt as an example.
@danielwatson65292 ай бұрын
since I have integrated vuefire into my project I seem to get the error "missing or insufficient permissions" when I refresh a page that uses vuefires database connection. ive deduced that the refreshing is causing a break in my auth system, and the connection to the database is happening too fast. im not sure how to resolve it. everything is working awesome apart from when I refresh a page. im using nuxt3
@danielwatson65292 ай бұрын
ok so basically you need to make sure there is always a user. so with the onAutstate changed you need to have sign in anon for when there is !user becuase that split second of grabbing the correct user is long enough for vuefire to beat it tot he database and then you get a warning that your unauthorised basically
@cindysi639 ай бұрын
Awesome video. I learned a lot of new tips! Thanks for sharing
@bnlgithub4 ай бұрын
please do more svelte and sveltekit stuff
@cheynespc3 ай бұрын
thank you for the awesome content
@crisarji6 ай бұрын
Amazing video!, just, Do Not use a * v-for * and a* v-if * in the same element 😅