Messages Firebase in Portuguese

-1

I made the registration of users through Firebase and after the completion of the registration is sent to the email for the user to validate access. However, Firebase messages are in English. Is it possible to get these messages in Portuguese?

    
asked by anonymous 10.12.2018 / 02:11

2 answers

4

You can customize messages through the Firebase console.

These changes can be made in the options below:

  • Email Verification
  • Password Reset
  • Email Change
  • SMS verification

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

  • Open your project in the Firebase console.
  • Go to the Email templates page in the Auth section of your application.
  • In any of the Email types entries, click the pencil to edit the e-mail template.
  • Click Customize the actionable URL and specify the URL of the custom email action manager.
  • For more information, please visit: Create Custom Email Actions Managers

        
    10.12.2018 / 11:21
    2

    The solution was to add in Action URL lang = en

        
    10.12.2018 / 15:56