I\'m using firebase auth in my app and i\'m setting up password-less email sign up.
I have managed to set the email from my own domain but how do i change the text
Following on from Frank's answer, you will have to create your own email action link using the Firebase Admin SDK and then put that link in your custom email which you will then send using whatever service (Sendgrid, Mailgun, etc.).
See how to create the action link here: Generating Email Action Links