Skip to content

Commit 93b6a48

Browse files
authored
feat: Add support for web push notifications (#239)
1 parent 300b9bb commit 93b6a48

9 files changed

+565
-22
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.9.1
1+
18.16.0

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ const parseServerOptions = {
6262
android: {
6363
/* Android push options */
6464
}
65+
web: {
66+
/* Web push options */
67+
}
6568
})
6669
},
6770
/* Other Parse Server options */

package-lock.json

+195-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"@parse/node-gcm": "1.0.2",
2828
"firebase-admin": "12.0.0",
2929
"npmlog": "7.0.1",
30-
"parse": "5.0.0"
30+
"parse": "5.0.0",
31+
"web-push": "3.6.7"
3132
},
3233
"devDependencies": {
3334
"@semantic-release/changelog": "5.0.1",

0 commit comments

Comments
 (0)