-
Notifications
You must be signed in to change notification settings - Fork 944
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass
trailingSlash
from Next.js config to firebase.json (#5445)
* Don't use internal redirects for the backend test * pass trailingSlash from next config to firebase.json Co-authored-by: James Daniels <[email protected]>
- Loading branch information
1 parent
d59b78b
commit 5811aea
Showing
3 changed files
with
16 additions
and
4 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,3 +1,5 @@ | ||
- Refactors Functions Emulator. (#5422) | ||
- Fixes race condition when discovering functions. (#5444) | ||
- Fixes issue where `init firestore` was unecessarilly checking for default resource location. (#5230 and #5452) | ||
- Pass `trailingSlash` from Next.js config to `firebase.json` (#5445) | ||
- Don't use Next.js internal redirects for the backend test (#5445) |
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