nuxt-ssr-firebase
nuxt-ssr-firebase copied to clipboard
Error integrating vue-material
I've added vue-material per these instructions: https://github.com/vuematerial/nuxtjs
Here is my fork of your repo: https://github.com/msantore/nuxt-ssr-firebase
- I updated these packages for Firebase Node 8 support on /prod/server/package.json: "firebase-admin": "5.13.1", "firebase-functions": "^2.0.2",
When I firebase serve locally, it works, vue-material isn't loading.
When I deploy to Firebase, I get this error:

@msantore you got the fix for the issue?