nuxt-community / firebase-module

🔥 Easily integrate Firebase into your Nuxt project. 🔥
https://firebase.nuxtjs.org
MIT License
641 stars 99 forks source link

[Question] Deploying Firebase WebApp #489

Closed jamesolrog closed 3 years ago

jamesolrog commented 3 years ago

Hi! I am looking to deploy my firebase application using firebase hosting. I was wondering whether this module has the tools necessary for this (i.e the firebase deploy related code)? Or will I have to install the separate firebase packages as per this tutorial? I couldn't find anything in the docs but the module has been so useful already so I thought there might be something! Thanks in advance!

lupas commented 3 years ago

Hey @jamesolrog

This module helps implementing the Firebase JS SDK to be used in a Nuxt Application.

Deployment to Firebase works via Firebase CLI which can be easily done as described in the tutorial you mentioned.