Currently utilizing Firebase 3.4.1 for my web application. The default token expiry length is sufficient to keep users logged in, but I am interested in managing the expiry manually. Ideally, I would like the token to expire at the end of each session by default. However, if a user chooses the 'Remember Me' option, then the token should persist for an extended period.