-
Notifications
You must be signed in to change notification settings - Fork 1k
docs: add section on configuring different environments for web frameworks #8779
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay (pls don't hesitate to ping internally)!
Is there any existing content we could link to? Is this close to the desired guidance: https://firebase.google.com/docs/functions/config-env?gen=1st#deploying_multiple_sets_of_environment_variables_2?
This sentence feels like it needs a little unpacking with an example, but if a link can help, that would work too.
(The 2nd gen version to headline would be https://firebase.google.com/docs/functions/config-env?gen=2nd#deploying_multiple_sets_of_environment_variables) |
- add example - adjust cloud functions documentation link
thanks @egilmorez! I made a few changes based on your feedback, let me know what you think! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Leo! One more thing to look at.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG, thanks!
Description
Suggestion to mention parameterized configuration docs from Cloud Functions in Web Frameworks, due to many issues raised before with users that did not know how to configure different .env files when deploying to different projects/environments.
For reference, see: #7631, #8543, #8471
Scenarios Tested
Sample Commands