-
Notifications
You must be signed in to change notification settings - Fork 269
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
Testable BatchResponse #389
Testable BatchResponse #389
Conversation
- Converts batch response to an interface - Moves batch response implementation to BatchResponseImpl - Update FirebaseMessagingClientImpl to use BatchResponseImpl - Updated tests
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.
Looks reasonable to me with just one change suggested.
@lahirumaramba what do you think?
src/main/java/com/google/firebase/messaging/BatchResponseImpl.java
Outdated
Show resolved
Hide resolved
Hey @ToxicBakery. I just pushed a change to our CI config, so that they will be run on external contributions such as this PR. Can I ask you to please sync against the latest master branch, and make a push? |
Done, appears to have run successfully 👍 |
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.
LGTM 👍
@lahirumaramba I'll leave this to you to review and merge.
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.
LGTM! Thank you!
Resolves #388