Skip to content

Instantly share code, notes, and snippets.

@ilovelili
Created April 24, 2021 12:37
Show Gist options
  • Save ilovelili/935779c96d8f81df4c320f269dfc4045 to your computer and use it in GitHub Desktop.
Save ilovelili/935779c96d8f81df4c320f269dfc4045 to your computer and use it in GitHub Desktop.
fcm-2
msg := &messaging.Message{
Data: map[string]string{
"type": "mention",
"commentId": "1",
"picture": "https://cdn.woodstock.club/logo.png",
"name": "min",
"comment": "you are cool",
},
Notification: &messaging.Notification{
Title: category,
Body: body,
},
Token: device.DeviceID,
}
_, err := fcmClient.Send(context.Background(), msg)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment