Use with Vue 2.7 #1279
Replies: 2 comments
-
Duplicate of #1280 |
Beta Was this translation helpful? Give feedback.
0 replies
-
You created 3 different threads with the same content, please avoid doing this in the future 😅 |
Beta Was this translation helpful? Give feedback.
0 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,
I'm trying to update to vuefire 3.0.1 but having some trouble.
As I interpret the docs,
Vue.use(firestorePlugin, { wait: true })
should still work but is deprecated.As
createApp()
is not available in Vue 2, I can not switch to the options api?When using the code above I get the following Typescript error:
Also
Vue.use(VueFire, { modules: [VueFireFirestoreOptionsAPI] })
does not workWhat am I missing? :(
Beta Was this translation helpful? Give feedback.
All reactions