Firebase authentication email customisation

前端 未结 4 1750
孤独总比滥情好
孤独总比滥情好 2020-12-15 06:09

I\'m using firebase auth in my app and i\'m setting up password-less email sign up.

I have managed to set the email from my own domain but how do i change the text

4条回答
  •  轮回少年
    2020-12-15 06:55

    Following on from Frank's answer, you will have to create your own email action link using the Firebase Admin SDK and then put that link in your custom email which you will then send using whatever service (Sendgrid, Mailgun, etc.).

    See how to create the action link here: Generating Email Action Links

提交回复
热议问题