-
Notifications
You must be signed in to change notification settings - Fork 950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ALLOWED_SSR_REGIONS constant for web frameworks #6086
Conversation
…ude the current list of regions that support gen 2 Cloud Functions.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Just wondering if there is any particular reason this hasn't been reviewed yet? I filled in the Google CLA and re-scanned. Are there some additional steps I need to take? |
Sorry for the delay. LGTM |
Hi maintainers, just wondering if there is something in particular I need to do to get this change merged? |
@alexastrum My project is starting to generate some fees related to intercontinental network egress. V2 functions are already supported in a lot of regions. Could we get this merged? |
@alexastrum could you please merge these changes, or tell me what needs to be done to progress this. Thank you. |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #6086 +/- ##
=======================================
Coverage 54.69% 54.70%
=======================================
Files 346 346
Lines 23670 23670
Branches 4870 4870
=======================================
+ Hits 12946 12948 +2
+ Misses 9531 9529 -2
Partials 1193 1193
☔ View full report in Codecov by Sentry. |
@jamesxabregas It seems that the fork |
@eXodes I updated |
Paging @alexastrum for approval. |
Closing in favor of #6591 |
Pull request was closed
Description
Update list of
ALLOWED_SSR_REGIONS
in web frameworks config to include the current list of regions that support gen 2 Cloud Functions.#5504 added the ability to select an SSR region other than 'us-central1', but it was limited to regions that supported Gen 2 Cloud Functions at the time which has since expanded. This change updates the list of supported regions.
Scenarios Tested
Tested deploying to new regions using config in
firebase.json
Sample Commands
Commands have not changed.
As per previous functionality, run: