Firebase redirect user to a page after clicking verification link

前端 未结 1 1488
温柔的废话
温柔的废话 2021-01-05 05:54

I\'m using firebase in my web app with Ionic and I would like to redirect the user to a specific page (the login page, in my case) after he clicks on the link in the verific

相关标签:
1条回答
  • 2021-01-05 06:26

    Yes it's possible. Look in the firebase.console on the left for "Authentication". Then find "Templates" and look for "Email address verification". I think it's default opened. On the template you will see a pensil, click on this button. After that you can change your template however you want. At the bottom you will find the link "customize action URL". Open this link, paste your URL in the modal window and save. That's it.

    First Steps

    Last Steps

    0 讨论(0)
提交回复
热议问题