RYFN

Results 4 comments of RYFN

Update to this, using ``` import * as functions from 'firebase-functions'; ... const vpcConnector = defineString('MY_VPC_VALUE'); const vpcConnectorConfig = vpcConnector .equals('default') .thenElse(functions.RESET_VALUE as any, vpcConnector); export const myHttpFunc = functions...

Any updates on this one, or workarounds? (My current workaround was to define a "default" serverless VPC adapter in the projects I didn't really need one in, and use that)

Any progress on this feature?