Does firebase auth still keep the user in offline mode of a progressive web app ?
How does firebase auth works if the app is in offline ? Would like to know the two scenario.
- User want to login for the first time during the app is in offline (app is using pouchDB & CouchDB for sync)
- User already signed in, but app became offline. Does this mode even still work with firebase auth ?
Regards, Sowmyan