firebase-functions icon indicating copy to clipboard operation
firebase-functions copied to clipboard

Max number of instances.

Open deepak786 opened this issue 2 years ago • 5 comments

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.

Screen Shot 2022-12-06 at 3 23 18 PM

Is 3000, the default max limit?

deepak786 avatar Dec 06 '22 09:12 deepak786