--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/8e7118e4-cced-4809-b9e4-114599a9c67d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Firebase Auth sessions work exactly how you described, and they basically live forever (on a device) if you don't change anything. The ID tokens expire every hour, but the auth SDK silently refreshes them for you proactively so you never see this expiration if you're authenticating to Realtime Database, Cloud Firestore, Cloud Storage, etc. The refresh token lives forever unless the user account is deleted, disabled, or has a password change
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/33925b4d-718d-48d7-91b4-8547d8ab7626%40googlegroups.com.