-
Notifications
You must be signed in to change notification settings - Fork 896
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
Add x-goog-request-params
to request header.
#7440
Merged
Merged
Changes from 13 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
adc145c
Add `x-goog-request-params` to request header.
tom-andersen ca5694e
Create eighty-roses-appear.md
tom-andersen 19afe7b
Pretty
tom-andersen 23d05f9
Fix
tom-andersen 04fdf00
Pretty
tom-andersen 924dfc6
Pretty
tom-andersen 1b79205
Pretty
tom-andersen 3fed99b
Failing CI fix (maybe)
tom-andersen 8958fa3
Fix test
tom-andersen 0034772
Fix test
tom-andersen d625eb5
Complete solution
tom-andersen b60b73d
Complete solution
tom-andersen ea0a70e
Update testing emulator to 1.18.1 (#7445)
MarkDuckworth 8a31353
Attempt to make backward compatible with emulator.
tom-andersen 6eb76d3
Pretty
tom-andersen f26c712
Pretty
tom-andersen c2e17fc
Merge branch 'master' of https://github.com/firebase/firebase-js-sdk …
tom-andersen 614e23d
Improve changeset message.
tom-andersen 0457b63
Encode values on 'x-goog-request-params' header.
tom-andersen 513e0bb
Merge remote-tracking branch 'origin/master' into tomandersen/x-goog-…
tom-andersen 4e616b8
Try slightly older version of emulator will pass auth test.
tom-andersen a61a8e6
Revert emulator change
tom-andersen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@firebase/firestore": patch | ||
--- | ||
|
||
Add `x-goog-request-params` to REST request header. | ||
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
What do you think about release notes stating what is fixed in terms of what the customer understands?
For example this could be "Fixed issue where count and lite API queries did not work with named databases."