nuxt-vuefire hosted on Netlify #1587
Unanswered
chrisjansky
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is anyone using the
nuxt-vuefire
package in a Nuxt 3 app that is deployed to Netlify?I want to use
firestore
and FBauth
and the FBfunctions
API for more intensive tasks like order fulfilment that is separate from the Nuxt/server/api
run in frontend (provisioned bynitro
). Is that a bad idea?More specifically I am confused by https://github.com/posva/nuxt--vuefire-example-blaze-plan. I cannot find any explicit mention of it (it is therefore automatically assumed), but the project is deployed to FB (GCP) and hence the instructions are to effectively replace FB
/functions
with Nitro/server
and run only the latter. What happens if I want to use both?What are the minimal
nuxt-vuefire
dependencies if the project is not deployed to FB? Isfirebase-functions
really needed if I only runnitro
functions that get deployed to Netlify?Thank you so much to anyone that can shed some light on this.
Beta Was this translation helpful? Give feedback.
All reactions