1

I am trying to use the Translate Text extension in order to translate a few fields from my collection to 5 different languages.

But the configuration screen only allows me to choose one field for input and one field for output, respectively.

Config]

If I try to separate two different fields by commas, it is still recognized as one field, and as a result I get this:

Names separated by commas]

How can I choose two fields for input and two fields for output?

regmoraes
  • 5,329
  • 3
  • 24
  • 33
Atlantis
  • 13
  • 3

1 Answers1

3

It's not possible for a single instance of the extension.

What you could do instead is configure two different instances of the extension, each one configured to use different input and output fields.

Feel free to file a feature request with Firebase support if you would like to see improvements to the extension.

Doug Stevenson
  • 297,357
  • 32
  • 422
  • 441
  • Since I am new to Firebase, I did not know that I can add multiple instances of extensions. Thank you, that works very well. – Atlantis Feb 29 '20 at 21:22