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
It seems like I can change the action URL, to:
https://my-hosting-domain/__/auth/action
So I guess this is solved