Can I declare an array to Firebase Remote config?
问题 I am a novice to Android and Firebase. Is it possible to declare an array inside the the Parameter key of Firebase Remote Config? I want to provide some promotions to some specific models/mobile devices. So if I could declare an array of models(i,e, Samsung J5, Xiaomi Note2 etc) I could easily enable promotions on those models. Please help me. 回答1: The Remote Config has recently added the option to save a key-value list by saving it to a JSON format. Sample usage: 1.Json stored in Remote