Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhartington/firebase-push-gen
https://github.com/mhartington/firebase-push-gen
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhartington/firebase-push-gen
- Owner: mhartington
- Created: 2019-05-13T22:05:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T22:11:53.000Z (over 5 years ago)
- Last Synced: 2024-12-07T17:44:05.703Z (19 days ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# firebase-push-gen
Quick little script to set H2 push headers for apps deployed to firebase.
```bash
npx firebase-push-gen http://127.0.0.1:8080
````http://127.0.0.1:8080` is the default URL, but any URL can be used, including deep links.
Tested using [local-web-server](https://www.npmjs.com/package/local-web-server) as it supports HTML push-state history and index.html redirects.