Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase templates with email validation

I am using firebase in a react native app.

For this app, I'm using email/password authentication and email verification, and it all works fine.

When a user validates his account by clicking on the link, it redirects to a page that reports that the email has been verified.

See here

I need to change the message. In the firebase console, I am not allowed to do this. I have not found anything that can help me with making changes to the linked page.

How can I change the verification message?

like image 395
Elmar Anthony Furtado Tavares Avatar asked Dec 06 '25 18:12

Elmar Anthony Furtado Tavares


1 Answers

You need to implement your own custom email action landing page. This includes updating the action callback URL in the Firebase Console and building your own page to parse the action code from the URL and apply it before showing your custom message. Check the Firebase documentation for this:

https://firebase.google.com/docs/auth/custom-email-handler

like image 182
bojeil Avatar answered Dec 08 '25 08:12

bojeil



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!