-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
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
fastify support #609
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
@achmadk If Fastify doesn't work for you there are other (an maybe better) options than Fastify to replace express: https://github.com/fastify/benchmarks#benchmarks |
Check out fastify/fastify#946 for instructions on how to get fastify working for Firebase Functions. It's a bit unfortunate that you have to jump through hoops to get things working. I'll see if there are ways to improve fastify integration w/ Firebase functions... |
@achmadk You should rename the issue to |
In this video, firebase functions can successfully integrate with node.js application, specifically express framework. I want to use fastify framework because it has better performance than express.
Unfortunately, when I am using fastify, I got error like this:
The text was updated successfully, but these errors were encountered: