When I use generateEmailVerificationLink
, I want to notice the link expiration date to user.
But I couldn't find the document...
When I use generateEmailVerificationLink
, I want to notice the link expiration date to user.
But I couldn't find the document...
After quite some research I've managed to find out the following:
Password reset (generatePasswordResetLink): 1 hour
Email verification (generateEmailVerificationLink): 3 days
Email link sign-in (generateSignInWithEmailLink): 6 hours
This is still not in the official Firebase documentation and may a subject to change in the future.
Here is the source I found: Firebase Admin Auth Link Expiration Times