Firebase forgot password domain

199 Views Asked by At

I have a firebase app offering the "forgot password" capability.

Is there a way to make it link to my own hosting domain instead of appName-id.firebaseapp.com?

I tried adding it from hosting, and for the email templates, but I can't find a way to do it for the reset password link

1

There are 1 best solutions below

2
On

It seems like I can change the action URL, to:

https://my-hosting-domain/__/auth/action

So I guess this is solved