It is possible change the Firebase action URL in email templates to one’s custom domain without implementing email action handler code but relying on the already existing firebase functionality.
In the Firebase Console:
Go to Dynamic Links
Add URL Prefix by entering your custom domain
YOURDOMAIN.com
. No need to actually add a Dynamic Link, this entry alone is sufficient.Go to Authentication > Template > Edit (Pencil) > Customize Action URL
Enter your custom domain according to this pattern (note the TWO underscores):
https://YOURDOMAIN.com/__/auth/action
- Send out an email by registering to your App and click the link in the email. The link will bring you to the default Firebase page handling the action.
CLICK HERE to find out more related problems solutions.