Anthony Fu
Anthony Fu
This adds too much complexity and I don't understand the motivation behind it. Can you explain more why the current approach does not work for you and require such a...
I am still not sure about the current design. I guess maybe we could use an approach similar to [@nuxt/color-mode](https://github.com/nuxt-modules/color-mode). ```ts const mode = useColorMode({ emitAuto: true }) console.log(mode.value) //...
/cc @webfansplz is it possible to avoid this limitation?
Just wondering if other libs could support it, any blockers for us to support it automatically?
Ah, nvm. it seems I was reviewing the wrong diff. This looks good to me in general but I need to hold it for a while long to make sure...
Sure, PR welcome to improve the docs
https://github.com/vueuse/vueuse/pull/2017#issuecomment-1204778668
I personally don't use Firebase recently and have no bandwidth to do it. There is an existing work #775 by @@peterekjs but closed due to conflicts. If anyone wants to...
> I was thinking since our firebase functions are in their own package perhaps we could just upgrade to v9 That would also do, but since all packages in VueUse...
Is `firebase/compact` compactable with firebase 8? If so we could be able to introduce - `firebase` - Firebase 9 Compact - `firebase/next` - Firebase 9 to ship them without breaking...