So my question might sound strange, but seeing as there is already offline support for Firestore, it might make sense to allow users that have been "cached (meaning logged in before, while online)" to login while offline.
Basically, we're worried about a scenario where the user does a .signout() after having lost the internet connection and is then unable to log back in.
Can such a scenario be handled atm?