functions.runWith({ minInstances: process.env.GCLOUD_PROJECT === "xxx-staging" ? 0 : 1, }) .https.onCall(async (data, context) => { })