Custom email validation Firebase Action code

前端 未结 3 568
南旧
南旧 2020-12-10 16:20

I am working on a Application with firebase. I want to validat a users email, but since Firebase doesn\'t allow to change the verification message (To help prevent spam, the

相关标签:
3条回答
  • 2020-12-10 16:41

    you can change the language for all the templates, at the bottom...

    also you can edit manually the body and the subject for the forgot password template

    0 讨论(0)
  • 2020-12-10 16:52

    Ask for it...

    Nowadays the best procedure (with just 1 step) was for us to develop an HTML file with the exact content for each of your templates (Email-Verification and Email-Change, including even the snippets %...% in the right place) and send them as attachment in the Troubleshoot form as mentioned by Alfonso in the comments of this question.

    If you send the exact email HTML template file, you leave Google's people with no questions for spamming purposes other than quickly validating your HTML content and approve.

    0 讨论(0)
  • 2020-12-10 17:07

    You can customize the email validation template text as you wish? Right?

    0 讨论(0)
提交回复
热议问题