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
I'm trying to deploy the server to the Firebase function with the following command:
NITRO_PRESET=firebase pnpm build && firebase deploy --only functions
firebase.json:
firebase.json
{ "functions": { "runtime": "nodejs18", "source": ".output/server" } }
But can't set up memory limit, function generation type, and execution timeout.
create firebase configuration and try to deploy it to firebase
System: OS: macOS 13.5.2 CPU: (8) arm64 Apple M1 Memory: 71.08 MB / 8.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 18.17.1 - ~/.nvm/versions/node/v18.17.1/bin/node npm: 9.6.7 - ~/.nvm/versions/node/v18.17.1/bin/npm pnpm: 8.7.5 - ~/.nvm/versions/node/v18.17.1/bin/pnpm Browsers: Chrome: 116.0.5845.187 Safari: 16.6
pnpm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I'm trying to deploy the server to the Firebase function with the following command:
firebase.json
:But can't set up memory limit, function generation type, and execution timeout.
Reproduction
create firebase configuration and try to deploy it to firebase
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: