1919yuan / nuxt-firebase-example

Example Nuxt.js app in SSR mode with Firebase authentication, firestore, deployed to Firebaes functions and hosting
MIT License
7 stars 2 forks source link

FATAL Enable vuex store by creating store/index.js. #16

Open jonalxh opened 3 years ago

jonalxh commented 3 years ago

Hi, when deploying to Firebase functions the developer console says FATAL Enable vuex store by creating store/index.js. I've tried creating the file index.js in the store folder, but it doesn't work. Have you faced that problem or could you help me to solve it?

1919yuan commented 3 years ago

I haven't touched this repo for a long time and there are many new versions of Vue I guess now, what version of Vue are you using?

jonalxh commented 3 years ago

Hi. I forget to tell you that the problem is when using @nuxtjs/auth, these are the versions I'm using:

 "@nuxtjs/auth": "^4.9.1",
 "nuxt": "^2.15.4",
  "vue": "^2.6.12",

I hope you could help me.