Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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