Posts Firebase in English

Asked

Viewed 601 times

-1

I made the registration of users by Firebase and after the registration is sent to the email to the user validate access. However, Firebase messages are in English. There is the possibility to stay in Portuguese these messages?

inserir a descrição da imagem aqui

2 answers

4

You can customize messages through the Firebase.

Such changes can be made in the options below:

  • E-mail check
  • Password reset
  • E-mail change
  • SMS verification

To configure your project Firebase so that it uses a custom email actions manager follow the instructions below:

  1. Open your project in the Firebase console.
  2. Go to the Email Templates page in the section Auth of its application.
  3. In any of the Email Types entries, click the icon for pencil to edit email template.
  4. Click Customize Actionable URL and specify the URL of custom email actions manager.

For more information visit: Create custom email action managers

2

The solution was to add in the Action URL lang=pt

Browser other questions tagged

You are not signed in. Login or sign up in order to post.