-
Notifications
You must be signed in to change notification settings - Fork 300
Implementing FCM sendAll and sendMulticast APIs #247
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
b53c94f
Preliminary impl of FCM batch support
hiranya911 6882354
Added BatchMessage class and tests
hiranya911 e75bcff
Refactored the FCM send operation
hiranya911 726ee09
Added unit tests for sendBatch() API
hiranya911 e3ad436
Refactored error handling
hiranya911 504e9ef
Refactored FCM logic into a new FirebaseMessagingClient class
hiranya911 80ed4b1
Using a separate request factory for child requests
hiranya911 057fcb5
Added the InstanceIdClient class for handling topic mgt ops
hiranya911 2c36d4c
Added license headers
hiranya911 c437042
Renamed BatchResponse as SendResponse
hiranya911 a3223fd
Added BatchResponse class; Renamed BatchMessage to MulticastMessage
hiranya911 5668421
Updated tests and docs
hiranya911 693711f
Updated documentation
hiranya911 46507d8
Added documentation and tests
hiranya911 b4d80e0
Merge branch 'master' into hkj-fcm-batch
hiranya911 0371159
Updated docs, changelog and annotations
hiranya911 5d57e07
Updated integration test to use multiple topics; Updated docs
hiranya911 f8f8c1e
Removing a redundant whitespace
hiranya911 7ecabe0
Reduced FCM batch size to 100 (#250)
hiranya911 3c0ae40
Setting the X-Client-Version header for FCM (#252)
hiranya911 c6367c0
Snippets for FCM sendAll() and sendMulticast() (#249)
hiranya911 1fbddcb
Addressing some documentation nits
hiranya911 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
Added license headers
- Loading branch information
commit 2c36d4cd76cdc22ce13a95b247e40b6af2b17bd0
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
src/main/java/com/google/firebase/internal/ApiClientUtils.java
This file contains hidden or 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 hidden or 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
16 changes: 16 additions & 0 deletions
16
src/main/java/com/google/firebase/messaging/InstanceIdClient.java
This file contains hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.