We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The way firebase deploy docs are paraphrased can mislead devs into thinking other functions cannot be deployed alongside nuxt.
According to firebase docs, multiple sources are supported.
// firebase.json { "functions": [ { "source": "functions", "codebase": "default", "ignore": [ "node_modules", ".git", "firebase-debug.log", "firebase-debug.*.log" ], "predeploy": [ "npm --prefix \"$RESOURCE_DIR\" run build" ] }, { "source": ".output/server", "codebase": "nuxt" } ], // ...more rules }
Pls improve on that or let me know what steps to take. (not sure where in the codebase the deploy docs are managed)
E: this does also seems to affect nitro docs
The text was updated successfully, but these errors were encountered:
Happy to open a PR @vis97c ?
Sorry, something went wrong.
No branches or pull requests
Describe the feature
The way firebase deploy docs are paraphrased can mislead devs into thinking other functions cannot be deployed alongside nuxt.
According to firebase docs, multiple sources are supported.
Pls improve on that or let me know what steps to take. (not sure where in the codebase the deploy docs are managed)
E: this does also seems to affect nitro docs
Additional information
Final checks
The text was updated successfully, but these errors were encountered: