Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Increase the expiry period of reset password link in firebase 3

Currently I am using >3 version firebase SDK.

In the new api, auth.sendPasswordResetEmail sends a reset link in the mail which expires in 2-3 hours.

Is it possible to enable a 24 hour just like old version? and if so, how?

like image 759
Ankit Kumar Gupta Avatar asked Sep 01 '25 04:09

Ankit Kumar Gupta


1 Answers

Unfortunately, it's not currently possible to set the expiration time for any of the generated email links. They don't publish the expiration times either. They said it about 1 hour.

Read more: https://github.com/firebase/firebase-js-sdk/issues/1884

like image 98
user16806454 Avatar answered Sep 02 '25 19:09

user16806454