How do we configure timeout and memory for a gen 2 Firebase Cloud Function?
For older functions i was able to do this: functions.runWith({timeoutSeconds: 120, memory: "1GB"}) How do we do this for a 2nd generation https.onCall() function? There does not seem to be any detailed instruction for this anywhere in Firebase's documentation other…