Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to customize firebase action URL for password reset and email verification?

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

like image 481
MuruGan Avatar asked Oct 27 '17 09:10

MuruGan


People also ask

How do you configure Firebase dynamic links to open email action links via mobile apps?

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.

How do I reset my Firebase email password?

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.

How do I change my Firebase authentication email?

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.


1 Answers

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.

like image 199
SomitraSR Avatar answered Sep 18 '22 09:09

SomitraSR