skip to Main Content

firebase + express + minInstances

I have an express app running on firebase, I want it to have the minInstances:1 config Currently I Use: import {onRequest} from "firebase-functions/v2/http export const xx = onRequest(app); Only examples I can find are for individual functions: functions.runWith({ minInstances: minInstancesConfig}).https....…

VIEW QUESTION
Back To Top
Search