Search code examples
swiftfirebasefirebase-authenticationfirebase-console

Changing app 'sent from' email address in Firebase


I was just creating the 'reset password' section for my app using Firebase (built for iOS with Swift) and wondered if I was able to change the email address that the reset password link is sent from?

For example, instead of it being 'noreply@appid.firebase.com', could I change it to 'noreply@myappswebsiteurl.com'?

I can't seem to find anything on how this can be done and I guess it's not really hugely important but it's just something I might want to change in the future.


Solution

  • In Firebase console you can find Templates tab in Authentication. There you can change sender name template settings

    refer at Customize the sender domain in https://support.google.com/firebase/answer/7000714

    You should add domain in Firebase console. customize sender domain

    You can also use SMTP for emails enter image description here