Search code examples
sessionfirebasetokenfirebase-authentication

Firebase 3.x - Token / Session Expiration


Does anyone know how long would it take for the token to expire? There no option now to set the token validity on the console.


Solution

  • Since May 2016 Firebase Authentication login sessions don't expire anymore. Instead they use a combination of long-lived account tokens and short-lived, auto-refreshed access/ID tokens to get the best of both worlds.

    If you want to end a user's session, you can call signOut().