I am using firebase to authenticate users in my android app. I provide user an option to reset password in login window. When user click on button, it sends email successfully. However when user clicks on link, it always showing
"Try resetting your password again. Your request to reset your password has expired or the link has already been used"
Anyone knows where I'm Wrong ? I tried login with different email IDs from different devices. Still not working. I am using 'com.google.firebase:firebase-auth:9.2.0'.
UPDATE on 31 August 2016
I got in touch with firebase support and it looks like there was some bug with API key. If you change your browser API key, it was not getting updated. Now this bug is fixed and reset password function is working properly.
&apiKey=CORRECT_KEY
at the end but that parameter does not appear in the template. – Travis Christian