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?
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
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