Change the email template when using Firebase email link authentication
You cannot, Firebase prevent this in order to avoid being used for spam. If you want to change the email, you need to handle the flow by yourself.
More info/references:
- https://stackoverflow.com/a/50077575/5869296