firebase-functions
firebase-functions copied to clipboard
Max number of instances.
Deployed the v1 event-driven cloud function with the following configuration:
"dependencies": {
"firebase-admin": "^11.3.0",
"firebase-functions": "^4.1.0"
},
"engines": {
"node": "16"
}
The function is without runWith configuration.
After deploying, the firebase console automatically shows the max instance limit of 3000.

Is 3000, the default max limit?