An open API service indexing awesome lists of open source software.

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

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
```