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
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
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
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.
Subscribe to Firebase → goo.gle/Firebase
Awesome video!
I'm looking forward to more Firebase & Vue content :D
I have been using VueFire in production - it works great in my commercial Quasar project. Thanks for building it.
This is so nice. My two favorite things together ❤️
There's a memory leak in the clean up, you need to store the closure in order to remove it.
What does that mean? Sorry but I'm completely beginner here
Man this would have been great when I was still using Vue. I'm looking forward to the Sveltekit video 😊
Podoba mi się i czekam za większą ilością treści z firebase i vuefire
Next JS server support ?
Would be amazing to see Next.js and Firebase crash course 🙂
VueFire is awesome
Awesome!! Please make a similar video with Nuxt and firebase storage!
Awesome video. I learned a lot of new tips! Thanks for sharing
Can we get one of these for Astro? I am using it, and it is pretty awesome.
yes
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
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
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
We ned more of this.
Thanks
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.
awesome, whats the font name you are using?
thank you for the awesome content
please do more svelte and sveltekit stuff
Amazing video!, just, Do Not use a * v-for * and a* v-if * in the same element 😅