Skip to content
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

gcpfirestore - Add missing resource header when running query #3356

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

ybourgery
Copy link
Contributor

Add missing resource header when running query in Firestore. The header is already present in all the other operations but needs to be added when running a query.

This prevented being able to use the Firestore emulator and running queries against it.

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8c8f558) 77.43% compared to head (85aa2eb) 77.44%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3356      +/-   ##
==========================================
+ Coverage   77.43%   77.44%   +0.01%     
==========================================
  Files         104      104              
  Lines       13935    13935              
==========================================
+ Hits        10790    10792       +2     
+ Misses       2384     2382       -2     
  Partials      761      761              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vangent vangent merged commit c770de8 into google:master Dec 12, 2023
6 checks passed
@ybourgery ybourgery deleted the fix-query-firestore branch December 13, 2023 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants