-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
FireStore:deprecated warnings removed #5247
FireStore:deprecated warnings removed #5247
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5247 +/- ##
============================================
+ Coverage 50.48% 50.48% +<.01%
Complexity 23875 23875
============================================
Files 2258 2258
Lines 227482 227483 +1
Branches 24978 24978
============================================
+ Hits 114834 114835 +1
Misses 104029 104029
Partials 8619 8619
Continue to review full report at Codecov.
|
@@ -339,9 +339,11 @@ public void onSuccess(List<WriteResult> writeResults) { | |||
span.end(); | |||
resultFuture.set(userResult); | |||
} | |||
}); |
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.
This should be MoreExecutors.directExecutor()
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.
All callbacks that didn't have an explicit executor should use MoreExecutors.directExecutor()
Codecov Report
@@ Coverage Diff @@
## master #5247 +/- ##
============================================
+ Coverage 50.48% 50.48% +<.01%
Complexity 23875 23875
============================================
Files 2258 2258
Lines 227482 227483 +1
Branches 24978 24978
============================================
+ Hits 114834 114835 +1
Misses 104029 104029
Partials 8619 8619
Continue to review full report at Codecov.
|
Works towards #4384