Add custom domain to be used with firebase real time database (i.e. verify email links)

半城伤御伤魂 提交于 2019-12-08 10:15:37

问题


I am looking for an option to change domain name that is being used for real time database features like email verification / password reset. At the moment emails that are sent to users use default project-name.firebaseapp.com domain names. It would be good to use custom domains for this. I believe firebase hosting allows to achieve this, yet there is nothing about domain change for real time database.


回答1:


Email verification and password reset are part of the Firebase Authentication, so are documented/configured there.

For example: this page mentions the firebaseapp.com domain problem at the bottom (in the blue box).

The email templates (and sender address) can be configured in the Authentication tab of the Firebase Console.



来源:https://stackoverflow.com/questions/40059498/add-custom-domain-to-be-used-with-firebase-real-time-database-i-e-verify-email

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!