Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Does Firebase Auth sign out requires internet connection?

When performing sign out with Firebase Authentication, does it requires internet connection to successfully execute the task? It seems you can use Firebase.auth.signOut() even without having internet connection. Does signOut method only deletes the session in the local database or cache?

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Does signOut method only deletes the session in the local database or cache?

Yes, that’s correct. The state of being "signed in" has nothing to do with the backend and has everything to do with the user token currently in use (specifically, that it is present and has not expired after one hour since the last refresh).

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading