-
Notifications
You must be signed in to change notification settings - Fork 128
Deprecated FCM APIs, add FCM method (HTTP v1 new API) #194
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
Closed
Closed
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
03d4c82
apn use rawPayload
banshiAnton 1c70880
add fcm_notification field to sendGCM
banshiAnton 7c09a10
2.0.3-banshiAnton.1
banshiAnton a3d8005
senderGCM: timeToLive calculated from expiry must not be negative
banshiAnton 70c86d4
2.0.4
banshiAnton 85ea960
Merge branch 'apn-raw-payload' into development-banshiAnton
banshiAnton 3316ef2
2.0.4-banshiAnton
banshiAnton 07db58c
add fcm method
banshiAnton 3e45ea5
update build fcm message
banshiAnton 3e3a59c
2.1.4
banshiAnton ee47518
2.1.0
banshiAnton 255d7bf
Merge branch 'master' into banshiAnton-fcm-method
banshiAnton 3b84a77
fix build android fcm message
banshiAnton 224ece5
fix fcm buildApnsMessage
banshiAnton 0fbaa24
remove pack
banshiAnton b129728
update toJSONorUndefined
banshiAnton d331836
add FCM method spec
banshiAnton a1f2b04
add fcm providersExclude option
banshiAnton f3730e1
update README.md
banshiAnton 8d8fff3
update README.md
banshiAnton cfe17c8
update README.md
banshiAnton d2b0134
update README.md
banshiAnton ba9bce1
add rawPayload and fcm_notification to README.md
banshiAnton 75bc97b
rename: buildGsmMessage -> buildGcmMessage
banshiAnton adebd63
add isLegacyGCM setting
banshiAnton 0a2787c
remove .bind from toJSONorUndefined func
banshiAnton 89a2c09
back 'no-param-reassign' eslint rule
banshiAnton 9550623
back formatting / whitespace README.md
banshiAnton 8c661f4
back whitespaces
banshiAnton 0256e2b
remove )
banshiAnton 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
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,4 +10,4 @@ coverage | |
| .sonar | ||
| lib | ||
| release.sh | ||
| .nyc_output | ||
| .nyc_output | ||
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
Oops, something went wrong.
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.
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.
Is this supposed to be
friend_id?