8000 Modify icon filename (#72) · sengbh/quickstart-js@aa54c6d · GitHub
[go: up one dir, main page]

Skip to content

Commit aa54c6d

Browse files
Jim-Linnicolasgarnier
authored andcommitted
Modify icon filename (firebase#72)
1 parent 0d5dede commit aa54c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messaging/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Content-Type: application/json
3939
"notification": {
4040
"title": "Portugal vs. Denmark",
4141
"body": "5 to 1",
42-
"icon": "firebase-icon.png",
42+
"icon": "firebase-logo.png",
4343
"click_action": "http://localhost:8081"
4444
},
4545
"to": "YOUR-IID-TOKEN"
@@ -52,7 +52,7 @@ curl -X POST -H "Authorization: key=YOUR-SERVER-KEY" -H "Content-Type: applicati
5252
"notification": {
5353
"title": "Portugal vs. Denmark",
5454
"body": "5 to 1",
55-
"icon": "firebase-icon.png",
55+
"icon": "firebase-logo.png",
5656
"click_action": "http://localhost:8081"
5757
},
5858
"to": "YOUR-IID-TOKEN"

0 commit comments

Comments
 (0)
0