Giter VIP home page Giter VIP logo

Comments (6)

gootyfer avatar gootyfer commented on May 18, 2024 1

@gootyfer Hi Israel, have you found a solution for this?
I have not, after a day of searching and trying.

Nope, as far as I remember :) @dizid

from vuefire.

posva avatar posva commented on May 18, 2024

I may be missing something in Firebase but I don't think it's possible natively in Vuefire.
However, you can use the once listener on the ref to get the whole array, then in a watch, check if the array is the same as in your component (checking the present keys are the same is enough)
IMO you shouldn't rely on having the whole data in your vue object. It should be easy to manage an incomplete array state with Vue

Cheers!

from vuefire.

gootyfer avatar gootyfer commented on May 18, 2024

Thanks for the answer. I re-phrase my question since I didn't explained myself well.

  1. I'm binding an object (not array this case) using app.$bindAsObject('profile', profileRef);
  2. I want to access app.profile.courses but it's not immediately accesible but when the object is filled with the server data. Can I do something like app.$bind().then() instead of retrieving the data manually with once?

Thank you, Eduardo!

from vuefire.

posva avatar posva commented on May 18, 2024

Can I do something like app.$bind().then() instead of retrieving the data manually with once?

This is something I was thinking of implementing, at least for objects. But its purpose was to make SSR possible. I'm not sure if the once callback ensure that the data is available on the Vue instance. My advice would be to make it fault tolerant. eg: wrap the profile in a component and use a v-if to display it, passing down the profile as a prop. You can also display a fallback content with v-else
With this you can also implement some kind of timeout behaviour in the default component to display an error message like "no internet connection"

from vuefire.

dizid avatar dizid commented on May 18, 2024

@gootyfer Hi Israel, have you found a solution for this?
I have not, after a day of searching and trying.

from vuefire.

posva avatar posva commented on May 18, 2024

from vuefire.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.