firebase-jest-testing icon indicating copy to clipboard operation
firebase-jest-testing copied to clipboard

Upgrade to Cloud Functions v2 - when available

Open akauppi opened this issue 3 years ago • 1 comments

Currently in public preview, there are still some omissions:

  • [ ] Cloud Firestore triggers

When those are available, move to v2.

akauppi avatar Jun 01 '22 06:06 akauppi

Note: CPU consumption in v2 seems highly different.

  • make a note in the code
  • https://firebase.google.com/docs/functions/beta/manage-functions#override-CPU
  • setGlobalOptions({ cpu: 'gcfv1' });

akauppi avatar Jun 01 '22 07:06 akauppi