Search code examples
firebasefirebase-authenticationangularfire2

Firebase - set different custom action urls for account management features


Currently firebase offers easy management of user accounts like: email verification, password recovery, and changing email account. For that we can set a custom url to redirect the user after the account management process. Like that:

enter image description here

Is it possible to set different urls for different management-features? For instance, I want to redirect the user to another url after verifying their account than for resetting their password. When I change the url for email-verification it automatically changes the url for resetting the password.


Solution

  • What you can do is to have a landing page for all these actions, and redirect from the landing page depends on the different email actions. Here is the guide of how to do that.