george43g / better-firebase-functions

This repo provides functionality for a better way of organising files, imports and function triggers in Firebase Cloud Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not working when setting up multiple regions

blasco opened this issue · comments

The follwing doesn't work:

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

but removing the region option works:

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

This will be investigated shortly

Hello, any follow ups on this?