createUserWithEmailAndPassword在 (或)的响应中,signInWithEmailAndPassword我们有_tokenResponse.expiresIn它等于 3600 秒
createUserWithEmailAndPassword
signInWithEmailAndPassword
_tokenResponse.expiresIn
如何将此值修改为更长的值,例如 30 天或类似的值?
firebase firebase-authentication
firebase ×1
firebase-authentication ×1