简体   繁体   中英

Custom domain with AppEngine and Firebase auth email templates

I have an AppEngine app that uses Firebase auth to manage users.

I recently added a custom domain to the AppEngine app, and that worked fine.

Now I'm trying to manage the Password Reset template and change the sender email to match my domain. But when I follow the instructions to add the 2 TXT records and 2 CNAME records, the verification never completes. It's been in this state for almost 2 days. What am I doing wrong?

在此处输入图像描述

Instructions are:

在此处输入图像描述

Edit the DNS settings Firebase provided to match these patterns:

CNAME 1

HOST:   firebase1._domainkey
VALUE:  mail-YOURDOMAIN-com.dkim1._domainkey.firebasemail.com.

CNAME 2

HOST:   firebase2._domainkey
VALUE:  mail-YOURDOMAIN-com.dkim2._domainkey.firebasemail.com.

TXT 1

HOST:   @
VALUE:  v=spf1 include:_spf.firebasemail.com ~all

TXT 2

HOST:   @
VALUE:  firebase=YOURDOMAIN

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM