-
Notifications
You must be signed in to change notification settings - Fork 969
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inject
FIREBASE_CONFIG
environment variable for scripts executed vi…
…a emulators:exec command. (#5544) As discussed in #5536 (comment), we learned that old versions of Firebase Functions SDK always made `process.env.FIREBASE_CONFIG` available to the underlying script that imported the Firebase Functions SDK. While making `process.env.FIREBASE_CONFIG` available wasn't intentional, we'll consider this a case of [Hyrum's Law](https://www.hyrumslaw.com/) and will try our best to fix the regression by making `process.env.FIREBASE_CONFIG` environment variable available if not set in the parent process. Fixes #5536
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters