I am working on a multilingual app and I need to integrate Cloud Firestore into my app. I want to confirm, is Cloud Firestore can be integrated for the Chinese version of the app or I need to look for some alternate solution?
Asked
Active
Viewed 120 times
1 Answers
0
You can save data in any language you want in a Cloud Firestore document as long as the field in which you are saving the data is a String that is UTF-8 encoded.
Edit:
According to your last comment:
Will it work in the countries that don't allow Google like China?
Currently, Firestore is only available in the locations that are specified in the Regional locations table. Regarding China, there's no prediction for that, as also @gso_gabriel mentioned in his answer from the following post:

Alex Mamo
- 130,605
- 17
- 163
- 193
-
Cloud Firestore is owned by Google. Will it work in the countries that don't allow Google like China? – smriti negi Jul 13 '21 at 10:04
-
That's some kind of a different question. However, please take a look at my updated answer. – Alex Mamo Jul 13 '21 at 10:14