Search code examples
firebasefirebase-authenticationfirebase-console

Reset action url of firebase password reset


enter image description hereI have customised the firebase actionURL related with password reset and email address verification but I want to revert that changes. How to reset it to default actionURL?


Solution

  • It seems there's no reset action when you've only changed the action URL.

    A quick workaround is to make a change to the actual template itself. After doing that, you'll get a large reset banner at the top of the template:

    enter image description here

    Update: the above steps reset the template, but not the action URL. You can manually reenter the original URL, which is https://<your-project-name>.firebaseapp.com/__/auth/action?mode=<action>&oobCode=<code>.