nuxt-ssr-firebase icon indicating copy to clipboard operation
nuxt-ssr-firebase copied to clipboard

Nuxt.js Universal App with SSR via Firebase Functions and Firebase Hosting

Results 13 nuxt-ssr-firebase issues
Sort by recently updated
recently updated
newest added

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":...

Nuxt 2 is out, any plan to support it?

I tried to "merge" this example with your other example using Firebase Auth, but I keep getting the error: `The XMLHttpRequest compatibility library was not found.` This error happens on...

My nuxt.config snippet ` build: { publicPath: "/assets/", extractCSS: true, /* ** Run ESLint on save */ extend(config, ctx) { if (ctx.isDev && ctx.isClient) { // config.module.rules.push({ // enforce: 'pre',...

When I first ran `yarn build` it threw an error `nuxt command not found`, then I ran `yarn setup` and got error something like non compatible node version mine is...

Hi, I tried to integrate this project with Vuetify and it display an error in the console like this, ![error](https://user-images.githubusercontent.com/20434351/36381841-70723b74-15b9-11e8-9889-83224fb35821.png) It seems every third party component can't be included in...

Have you been able to get this working where you have some routes setup in serverMiddleware?

Thank you for exposing a nice sample code. I could not run the script on Windows, so I fixed it. Thank you.

I know its different, but I'm looking for someone. Links? Repos? All information is great! :+1:

There have now been 4 minor releases of Nuxt post-1.0, but these now require at least Node 8 to use. Transpilation of Nuxt itself would now be necessary to support...