george43g / better-firebase-functions

This repo provides functionality for a better way of organising files, imports and function triggers in Firebase Cloud Functions
Mozilla Public License 2.0
179 stars 15 forks source link

not working when setting up multiple regions #30

Open blasco opened 3 years ago

blasco commented 3 years ago

The follwing doesn't work:

export default functions.region(...regions).https.onCall(.....)

but removing the region option works:

export default functions.https.onCall(.....)
george43g commented 2 years ago

This will be investigated shortly

lucasdessy commented 1 year ago

Hello, any follow ups on this?