Hi,
I love Vue, and I love Nuxt.. I've build half of my webapp using Vue, then I started using Nuxt for SSR.
Now that my my app is like 95% completed... I decided to use most of Google Cloud products instead of AWS.
Now, I could maybe use Cloud AppEngine but the interesting part is Firebase Hosting, which is really fast and a lot of magic.
But I am thinking and I could not find any reference of could we use NUXT on Firebase hosting? If yes, what are the steps do do so, or is there any reference on how to archive such a step.
Cheers
You can deploy a Nuxt app on Firebase hosting as an SPA or static site, but not SSR. For SSR you'll need to integrate Firebase cloud functions.
Yes NUXT work perfectly with firebase and firestore...
for your deployment set this on firebase.json
{
"hosting": {
"public": "./dist",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
I don't understand, newbie... I just worked a tutorial for nuxt and want to deploy to firebase.
I've never deployed SSR before. run some sort of build > then firebase init (any thing weird?) > then firebase deploy > what could I be missing?
Oh wow… haven’t watched it yet, but thank you!
Great find.
AustinRJ
www.ajdevs.com http://www.ajdevs.com/
On Jan 30, 2018, at 1:57 PM, Pooya Parsa notifications@github.com wrote:
https://twitter.com/Firebase/status/958383927105900549 https://twitter.com/Firebase/status/958383927105900549
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/nuxt/nuxt.js/issues/2446#issuecomment-361731491, or mute the thread https://github.com/notifications/unsubscribe-auth/ATmBi8LEOy42-tRGSrrgY5Ld2yNc7dHUks5tP4IfgaJpZM4RLu21.
Hi @pi0
Nuxt is integrated with Firebase very well using cloud function, but it seems to be a problem when we adding custom component from third party UI library like Vuetify and Buefy. I've created an issue here, #2844 any idea?
This seems to be resolved now. Closing. Reopen if still happens.
Awesome, thanks!
On Mar 8, 2018, at 9:23 AM, HG notifications@github.com wrote:
Closed #2446 https://github.com/nuxt/nuxt.js/issues/2446.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/nuxt/nuxt.js/issues/2446#event-1511497802, or mute the thread https://github.com/notifications/unsubscribe-auth/ATmBizzwlyeypXZLUF0UUrBR3v5AW-WUks5tcVr0gaJpZM4RLu21.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
https://twitter.com/Firebase/status/958383927105900549
https://www.youtube.com/watch?v=ZYUWsjUxxUQ&list=PLl-K7zZEsYLkbvTj8AUUCfBO7DoEHJ-ME&index=9