You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create DAL utilities to store localized fields in Firestore.
The field should become a map, with the locale as index and the localized string as the value.
The utilities will have access to the language actually configured as default
The utilities will have access to the actual language used by the FrontEnd
The utilities will merge the incoming changes to the values that are already on the DB, if present
After the merge, the utilities will check if all the LocalizedString fields have a value for the default language. If this is not the case, then an error must be fired
The text was updated successfully, but these errors were encountered:
Create DAL utilities to store localized fields in Firestore.
The field should become a map, with the locale as index and the localized string as the value.
The text was updated successfully, but these errors were encountered: