I have a base data scheme like this:
My app need to be localization by splitting some of data fields by different display language. For example, "district" should display in different language based on the user's language selection.
One of the solution that i found on the internet is to create another document with language preference. But the drawback of this is that I need to maintain the document(s) together all the time.
is it possible to lookup from another document in FireStore?
Any best practice to do localization in FireStore?