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

fix: add Firestore.bulkWriter to firestore.d.ts #1272

Merged
merged 1 commit into from
Jul 24, 2020

Conversation

sk-
Copy link
Contributor

@sk- sk- commented Jul 23, 2020

This method was missing in PR #1252

Fixes #1271

@sk- sk- requested a review from a team as a code owner July 23, 2020 15:37
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jul 23, 2020
@sk- sk- changed the title Add Firestore.bulkWriter to firestore.d.ts fix: add Firestore.bulkWriter to firestore.d.ts Jul 23, 2020
@codecov
Copy link

codecov bot commented Jul 23, 2020

Codecov Report

Merging #1272 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1272   +/-   ##
=======================================
  Coverage   98.50%   98.50%           
=======================================
  Files          30       30           
  Lines       18612    18612           
  Branches     1339     1431   +92     
=======================================
  Hits        18333    18333           
  Misses        276      276           
  Partials        3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b0495a...9b376ad. Read the comment docs.

Copy link

@thebrianchen thebrianchen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for spotting this and submitting a PR! lgtm

@schmidt-sebastian Can you merge the PR into master?

@schmidt-sebastian schmidt-sebastian added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jul 23, 2020
@yoshi-kokoro yoshi-kokoro removed kokoro:run Add this label to force Kokoro to re-run the tests. labels Jul 23, 2020
@schmidt-sebastian schmidt-sebastian merged commit 5e7e627 into googleapis:master Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bulkWriter is missing in firestore.d.ts
4 participants