Firebase database and app localization
问题 I am building a quiz game for both iOS & Android platforms and I want to be able to handle localization. I am using Firebase's realtime database solution in order to pull all of the question the game is going to have. I am hardcoding the questions into the Firebase's database and every question object has 2 parameters: ID - Obviously Text - The question text itself e.g. "Who was John Kennedy?" I am having hard time thinking about how to localize the questions I am pulling from Firebase.