firebase-functions
firebase-functions copied to clipboard
Add ts-comment on how to remove maxInstances limit for functions
trafficstars
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
For more information, open the CLA check for this pull request.
Hi there! I just tested and verified that it is possible to remove the maxInstances limit on firebase functions by passing 0 for that value. I think this is an important function (not being able to remove the limit seems like a missing feature), but I couldn't find any documentation about this anywhere.