https://github.com/stories2/push-noti-test-firebase
Test remote push msg
https://github.com/stories2/push-noti-test-firebase
firebase firebase-database firebase-functions firebase-hosting kakaotalk-bot push-notifications
Last synced: 2 months ago
JSON representation
Test remote push msg
- Host: GitHub
- URL: https://github.com/stories2/push-noti-test-firebase
- Owner: stories2
- Created: 2018-05-29T14:52:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T09:49:49.000Z (over 7 years ago)
- Last Synced: 2025-10-29T12:46:40.054Z (8 months ago)
- Topics: firebase, firebase-database, firebase-functions, firebase-hosting, kakaotalk-bot, push-notifications
- Language: JavaScript
- Homepage: http://pf.kakao.com/_wRPeC
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# push-noti-test-firebase
Test remote push msg
## NPM
### Dependency
- install specific version
```
npm install @
```
## Help
### Generate private, public keys
[Site](https://web-push-codelab.glitch.me/)
## Deployment
After coded if you want deploy to cloud server, please type it in terminal.
```
firebase deploy --only functions
```
And this is how to deploy hosting
```
firebase deploy --only hosting
```