rahafoundation / raha-web-app

The Raha identity network supporting universal basic income.
https://web.raha.app
Apache License 2.0
10 stars 3 forks source link

Remove service worker #43

Closed markulrich closed 6 years ago

markulrich commented 6 years ago

Achieving full progressive web-app (PWA) support has several UX nuances and can create difficult caching bugs. Most of our data through firestore uses websockets which service worker does not cache. PWA is not high priority since we will eventually be a native mobile app.