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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is anyone using the
nuxt-vuefirepackage in a Nuxt 3 app that is deployed to Netlify?I want to use
firestoreand FBauthand the FBfunctionsAPI for more intensive tasks like order fulfilment that is separate from the Nuxt/server/apirun 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
/functionswith Nitro/serverand run only the latter. What happens if I want to use both?What are the minimal
nuxt-vuefiredependencies if the project is not deployed to FB? Isfirebase-functionsreally needed if I only runnitrofunctions 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