krv
krv

Reputation: 2920

Firebase Change App email address

I am using an firebase app that sends verification and lost password emails to users.

The users get the email form

[email protected]

How can I change this email address.

Note here that I am using firebase with angularfire for the web.

Thanks

Upvotes: 1

Views: 676

Answers (1)

Frank van Puffelen
Frank van Puffelen

Reputation: 598916

You can set the email address in the Firebase Authentication console.

Screenshot of Firebase Authentication console

Specifically:

  1. Open your project in the Firebase Console
  2. Click Authentication in the leftnav
  3. Click TEMPLATES in the topnav
  4. Click the little pencil icon next to From

Upvotes: 2

Related Questions