Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8b8367b

Browse files
committed
docs: push notification
1 parentda2867f commit8b8367b

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

‎README.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
- Google tool for service worker handling
2222
- formik
2323
- forms handling
24+
- firebase
25+
- notification
26+
- service worker
27+
- background notifications
28+
- heroku scheduler
29+
- every 10 minutes all messages are verified and send a push notification if necessary
2430

2531
##Features
2632

@@ -31,6 +37,7 @@
3137
- paginação
3238
- descrição
3339
- Api local usando json-server
40+
- Notificação
3441

3542
##installation
3643

‎public/firebase-messaging-sw.js‎

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@ importScripts('https://www.gstatic.com/firebasejs/6.0.2/firebase-app.js')
22
importScripts('https://www.gstatic.com/firebasejs/6.0.2/firebase-messaging.js')
33

44
firebase.initializeApp({
5-
apiKey:'AIzaSyC1oSrI-TBkXzOOtR8MHPD9f1pGn9fQkHs',
6-
authDomain:'bionic-kiln-104012.firebaseapp.com',
7-
databaseURL:'https://bionic-kiln-104012.firebaseio.com',
8-
projectId:'bionic-kiln-104012',
9-
storageBucket:'bionic-kiln-104012.appspot.com',
10-
messagingSenderId:'444671378655',
11-
appId:'1:444671378655:web:4820f7997d358ac3'
5+
messagingSenderId:'444671378655'
126
});
137

148
constmessaging=firebase.messaging()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp