Closed PetterRein closed 5 years ago
Right now you cannot login when you are offline. The pages is loaded but the request to firebase cannot be done. This may be solved with this: https://firebase.google.com/docs/auth/web/service-worker-sessions
When you are offline and you sign in you will be able to
Medium
1 hour
https://firebase.google.com/docs/auth/web/auth-state-persistence
Our firebase login session is set to never be cleared.
So long the users do not clear browser data their session will be in the browser and they will be automatically logged in
Right now you cannot login when you are offline. The pages is loaded but the request to firebase cannot be done. This may be solved with this: https://firebase.google.com/docs/auth/web/service-worker-sessions
Expected Behavior
When you are offline and you sign in you will be able to
Priority
Medium
Size
1 hour