[go: nahoru, domu]

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

feat(fcm): Added support for sending an image URL with notifications #261

Merged
merged 12 commits into from
Sep 12, 2019
Prev Previous commit
Next Next commit
fix merge issue
  • Loading branch information
Cyrille Hemidy committed Jul 19, 2019
commit 1bf903696274d03ab3a43f46e35ea93c0d70b7b7
5 changes: 0 additions & 5 deletions messaging/messaging.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,6 @@ type AndroidFCMOptions struct {
AnalyticsLabel string `json:"analytics_label,omitempty"`
}

// AndroidFCMOptions contains additional options for features provided by the FCM Android SDK.
type AndroidFCMOptions struct {
AnalyticsLabel string `json:"analytics_label,omitempty"`
}

// WebpushConfig contains messaging options specific to the WebPush protocol.
//
// See https://tools.ietf.org/html/rfc8030#section-5 for additional details, and supported
Expand Down