-
Notifications
You must be signed in to change notification settings - Fork 961
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a message if the public folder is not declared in the hosting con…
…fig (#2015) * Add a message if the public folder is not declared in the hosting config * Add changelog entry for public parameter warning * change changelog to a list Co-authored-by: Bryan Kendall <[email protected]>
- Loading branch information
Showing
2 changed files
with
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
Adds warning message when installing a closed or open alpha extension. | ||
Adds support for scheduled pubsub functions to pubsub emulator. | ||
- Adds warning message when installing a closed or open alpha extension. | ||
- Adds support for scheduled pubsub functions to pubsub emulator. | ||
- Returns an error if the `public` parameter is not configured for Hosting in `firebase.json` or via the `-p` parameter. |
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