skip to Main Content

Firebase functions V2: Memory Configuration

How to set options {memory: "1GiB"} on firestore triggered cloud function. I can't find it in the documentation: https://firebase.google.com/docs/functions/2nd-gen-upgrade There is an exemple for https functions but it seem to have a different syntaxe for onDocumentCreated(), etc.. export const statisticsDataCreated…

VIEW QUESTION
Back To Top
Search