Firebase session length new console

ぐ巨炮叔叔 提交于 2019-12-05 20:05:47

问题


I can't seem to find the session length config in the new console. Also couldn't find any literature on it or session management in general.


回答1:


In the new firebase version the session length is managed automatically for you, this means the sessions are alive as long as possible (not a specific timeframe) so users have to sign in less frequently. Only if an account changes drastically like password reset, email change etc. the session is revoked for security reasons. The only way to terminate a session manually is y calling the sign out method for each platform



来源:https://stackoverflow.com/questions/37346251/firebase-session-length-new-console

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!