What is the preferred way to upgrade from vuexfire
to vuefire 3
?
#1259
-
Hi, I'm happily watching the progress of vuefire 3. I also see this as interim step towards a later migration to Would the preferred way be to:
Or would the preferred way be to replace As I have no experience with Any thoughts on this are appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It really depends on your app wheter migrating to pinia is easy or not. It also dependes if you are able to give up Personally, I would migrate to pinia first. Note that if you are doing SSR there are some extra steps to take into account (as it was the case with Vuexfire) |
Beta Was this translation helpful? Give feedback.
It really depends on your app wheter migrating to pinia is easy or not. It also dependes if you are able to give up
strict: true
in dev for Vuex (this is needed for vuefire 3).Personally, I would migrate to pinia first. Note that if you are doing SSR there are some extra steps to take into account (as it was the case with Vuexfire)