Firebase redirect user to a page after clicking verification link
问题 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 verification email. At the moment, when the user clicks on the verification link, he is redirected on another browser page that says that he has confirmed the email. I would like to redirect him directly to a page of my web app, without passing through that confirmation. Is it possible to do that? 回答1: Yes it's possible. Look in