-
Notifications
You must be signed in to change notification settings - Fork 424
Description
[READ] Step 1: Are you in the right place?
Issues filed here should be about a feature request for a specific extension in this repository. To file a feature request that affects multiple extensions or the Firebase Extensions platform, please reach out to
Firebase support directly.
[REQUIRED] Step 2: Extension name
This feature request is for extension: firestore-bigquery-export (storage-resize-images, firestore-send-email, etc)
What feature would you like to see?
Currently the cloud function supports egress using Serverless VPC Access. Please add Direct VPC Egress: https://cloud.google.com/run/docs/configuring/vpc-direct-vpc
How would you use it?
We extensively use VPC Service controls and need to keep connections internal to our network wherever possible. Serverless VPC Access is the old method for Cloud Functions to connect privately to a VPC, whereas Direct VPC Egress is the new method.