问题
I'm new to firebase and I Want to know how to customize action URL for the password reset and email verification mail.
For Example https://app.firebaseapp.com/__/auth/action // here I Don't want firebaseApp.com. So how to do I Customize this action URL from firebase.? Please help me as I am new to firebase. any help would be appreciated
回答1:
You may refer to the "Customize the sender domain" section in the Firebase support article https://support.google.com/firebase/answer/7000714?hl=en
回答2:
I know it's an year old question now, but this is the correct answer. Custom Email Handler Docs. Simply customizing that URL wont help as it's just half of the work.
回答3:
if you want to change or customize default action firebase URL: https://app.firebaseapp.com to https://your_domain.com.
You just need to create a Firebase Dynamic link of your custom domain or part of your website and you're done. After Creating Firebase Dynamic Link, go to Authentication/Templates on Firebase, and click on Customize URL of your action link and type your Dynamic Link and hit done. Your Default Action URL link has been changed.
More information please visit https://firebase.google.com.
来源:https://stackoverflow.com/questions/46972194/how-to-customize-firebase-action-url-for-password-reset-and-email-verification