Vue.js and

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 26

  • @Firebase
    @Firebase  9 месяцев назад +8

    Subscribe to Firebase → goo.gle/Firebase

  • @Shulkerkiste
    @Shulkerkiste 9 месяцев назад +12

    Awesome video!
    I'm looking forward to more Firebase & Vue content :D

  • @jsohc
    @jsohc 8 месяцев назад +3

    I have been using VueFire in production - it works great in my commercial Quasar project. Thanks for building it.

  • @brambekkers
    @brambekkers 9 месяцев назад +6

    This is so nice. My two favorite things together ❤️

  • @daviidon
    @daviidon 9 месяцев назад +5

    There's a memory leak in the clean up, you need to store the closure in order to remove it.

    • @ndarushaheen
      @ndarushaheen 7 месяцев назад

      What does that mean? Sorry but I'm completely beginner here

  • @GabrielCsanalosi786
    @GabrielCsanalosi786 9 месяцев назад +4

    Man this would have been great when I was still using Vue. I'm looking forward to the Sveltekit video 😊

  • @PiSPiszczekiScibor
    @PiSPiszczekiScibor 5 месяцев назад +1

    Podoba mi się i czekam za większą ilością treści z firebase i vuefire

  • @hawarhekmat1174
    @hawarhekmat1174 9 месяцев назад +5

    Next JS server support ?

  • @nenad_marinkovic
    @nenad_marinkovic 8 месяцев назад +7

    Would be amazing to see Next.js and Firebase crash course 🙂

  • @Flash136
    @Flash136 9 месяцев назад +4

    VueFire is awesome

  • @onedjscream
    @onedjscream 3 месяца назад

    Awesome!! Please make a similar video with Nuxt and firebase storage!

  • @cindysi63
    @cindysi63 9 месяцев назад +1

    Awesome video. I learned a lot of new tips! Thanks for sharing

  • @germolinal
    @germolinal 9 месяцев назад +2

    Can we get one of these for Astro? I am using it, and it is pretty awesome.

  • @itsdavidalonso
    @itsdavidalonso 8 месяцев назад

    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

  • @danielwatson6529
    @danielwatson6529 2 месяца назад

    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

    • @danielwatson6529
      @danielwatson6529 2 месяца назад

      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

  • @NirdeshPokhrel
    @NirdeshPokhrel 3 месяца назад

    We ned more of this.
    Thanks

  • @Norfeldt
    @Norfeldt 8 месяцев назад

    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.

  • @dfordemo981
    @dfordemo981 7 месяцев назад

    awesome, whats the font name you are using?

  • @cheynespc
    @cheynespc 2 месяца назад

    thank you for the awesome content

  • @bnlgithub
    @bnlgithub 4 месяца назад

    please do more svelte and sveltekit stuff

  • @crisarji
    @crisarji 5 месяцев назад

    Amazing video!, just, Do Not use a * v-for * and a* v-if * in the same element 😅