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
The Android app needs to be registered in the Console. Whether the email action link will be opened in a mobile app or a web link first. The default is false. When set to true, the action code link will be be sent as a Universal Link or Android App Link and will be opened by the app if installed.
To send a password reset email to user, on the Users page, hover over the user and click ... > Reset password. The user will receive an email with instructions on how to reset their password. You can customize the email from the Email Templates page.
In the Firebase console, open the Auth section. On the Sign in method tab, enable the Email/Password provider. In the same section, enable Email link (passwordless sign-in) sign-in method. Click Save.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With