-
Notifications
You must be signed in to change notification settings - Fork 956
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GetStorageDefaultBucket through Storage API (#6471)
* GetStorageDefaultBucket through Storage API * pretty it up * Update CHANGELOG.md --------- Co-authored-by: joehan <[email protected]>
- Loading branch information
Showing
2 changed files
with
22 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
- Fix blocking functions in the emulator when using multiple codebases (#6504). | ||
- Add force flag call-out for bypassing prompts (#6506). | ||
- Breaking: dropped support for running the CLI on Node.js v16. | ||
- Added support for running the CLI on Node.js v20. Installations from https://firebase.tools will now use Node.js 20. | ||
- Switched Storage deployment to use GetDefaultBucket endpoint to fetch default Storage bucket. (#6467) | ||
- Fixed an issue with emulating blocking functions when using multiple codebases (#6504). | ||
- Added force flag call-out for bypassing prompts (#6506). |
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