Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does Nuxt work with Firebase Hosting ? #2446

Closed
besnikh opened this issue Dec 23, 2017 · 9 comments
Closed

Does Nuxt work with Firebase Hosting ? #2446

besnikh opened this issue Dec 23, 2017 · 9 comments
Labels

Comments

@besnikh
Copy link

besnikh commented Dec 23, 2017

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

This question is available on Nuxt.js community (#c2120)
@robyedlin
Copy link

robyedlin commented Dec 25, 2017

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.

#1634

@Imanullah
Copy link

Yes NUXT work perfectly with firebase and firestore...

for your deployment set this on firebase.json
{ "hosting": { "public": "./dist", "rewrites": [ { "source": "**", "destination": "/index.html" } ] } }

@joha0033
Copy link

joha0033 commented Jan 4, 2018

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?

@pi0
Copy link
Member

pi0 commented Jan 30, 2018

https://twitter.com/Firebase/status/958383927105900549

https://www.youtube.com/watch?v=ZYUWsjUxxUQ&list=PLl-K7zZEsYLkbvTj8AUUCfBO7DoEHJ-ME&index=9

@joha0033
Copy link

joha0033 commented Jan 31, 2018 via email

@jefrydco
Copy link

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?

@husayt
Copy link
Contributor

husayt commented Mar 8, 2018

This seems to be resolved now. Closing. Reopen if still happens.

@husayt husayt closed this as completed Mar 8, 2018
@joha0033
Copy link

joha0033 commented Mar 8, 2018 via email

@lock
Copy link

lock bot commented Nov 2, 2018

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.

@lock lock bot locked as resolved and limited conversation to collaborators Nov 2, 2018
@danielroe danielroe added the 2.x label Jan 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

8 participants