Subscription state destructure #1261
Replies: 1 comment 5 replies
-
Thanks! I’m glad you like it! the pending variable should be true initially while the data is being fetched for the first time or if |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! amazing project been using it for years, now it was time to move on into vue 3 I'm still getting used to pinia plus vuefire, I was trying to destructure a subscription following the guide just to make a componen show the subscription its still loading this is what I have
/// Pinia store part
/// then in my component
I tried using loading in the template and always returns false, even when the data is clearly pending, I tried using the promise but it seems I'm missing something
Beta Was this translation helpful? Give feedback.
All reactions