better-firebase-functions
better-firebase-functions copied to clipboard
not working when setting up multiple regions
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?