better-firebase-functions icon indicating copy to clipboard operation
better-firebase-functions copied to clipboard

not working when setting up multiple regions

Open blasco opened this issue 3 years ago • 2 comments

The follwing doesn't work:

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

but removing the region option works:

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

blasco avatar Jul 08 '21 06:07 blasco

This will be investigated shortly

george43g avatar May 04 '22 04:05 george43g

Hello, any follow ups on this?

lucasdessy avatar May 31 '23 15:05 lucasdessy