Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Protoss78/pwa-firebase-saga-kit
A fork of pwa-starter-kit using firebase authentication and redux-saga.
https://github.com/Protoss78/pwa-firebase-saga-kit
authentication firebase polymer3 pwa redux redux-saga
Last synced: about 2 months ago
JSON representation
A fork of pwa-starter-kit using firebase authentication and redux-saga.
- Host: GitHub
- URL: https://github.com/Protoss78/pwa-firebase-saga-kit
- Owner: Protoss78
- Created: 2018-05-13T16:27:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T22:12:05.000Z (over 6 years ago)
- Last Synced: 2024-08-04T00:02:41.429Z (5 months ago)
- Topics: authentication, firebase, polymer3, pwa, redux, redux-saga
- Language: JavaScript
- Size: 604 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PWA Firebase Saga Kit
This sample app is a starting point for building PWAs. It is a fork of PWA Starter Kit, which gives you the following features:
- all the PWA goodness (manifest, service worker)
- a responsive layout
- application theming
- example of using Redux for state management
- offline UI
- simple routing solution
- fast time-to-interactive and first-paint through the PRPL pattern
- easy deployment to prpl-server or static hosting
- unit and integrating testing starting points
- documentation about other advanced patterns.
- firebase authentication using Google OAuth provider
- redux-saga usage for handling side effects## TODO
- [ ] Add a sample to query a firestore collection
- [ ] Add a document editor view to change a firestore document
- [ ] React to firestore realtime db events