-
Notifications
You must be signed in to change notification settings - Fork 206
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
is there any way to deploy firebase functions faster? #124
Comments
This comment was marked as abuse.
This comment was marked as abuse.
The short answer is no, but it is something we are aware of and are working on. For development, you can test your functions locally without needing to redeploy: https://firebase.google.com/docs/functions/local-emulator |
Any update on this? |
deploying functions has become a huge bottleneck :( |
Locally , you have to bloody restart the debugger if it something throws an exception. no hot reload feature or is there? |
I have little project with about 20 firebase function
it takes about 4 minutes to deploy even if i deploy single function e.g:
firebase deploy --only functions:webhook
The text was updated successfully, but these errors were encountered: