You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It works, but for a moment "items" is empty array and then loads with updated limit. I would like to avoid such "blink" and just display loader on top of current items (5) and just append new items added by changing limit to (10).
Any idea how I can do this?
The text was updated successfully, but these errors were encountered:
I see. This is, unfortunately, necessary because when an array is bound, the current variable has to be set to an empty array so it is populated progressively. However, I think I could make it so binding over an existing reference, waits for it to be populated before taking into account the other firebase events responsible for adding children. I'll create a cleaned up issue to track the feature
In my vue component I have this:
Now I would like to dynamically update this query to either increase limit or change ordering field.
Here is what I tried:
It does not work, firebase() is no called on data.limit change.
It has no effect...
It works, but for a moment "items" is empty array and then loads with updated limit. I would like to avoid such "blink" and just display loader on top of current items (5) and just append new items added by changing limit to (10).
Any idea how I can do this?
The text was updated successfully, but these errors were encountered: