Android: Firebase remoteConfig getString() method is removing quotes from string inside default.xml
问题 i have the following remote config_default.xml file <?xml version="1.0" encoding="utf-8"?> <defaultsMap> <entry> <key>LOCAL_JSON</key> <value>[{"title":"TitleA","path":"pathA","image_url":" Some URL A"},{"title":"TitleB","path":"pathB","image_url":" Some URL B"}]</value> </entry> </defaultsMap> Now when i try to access it using Firebase remote config getString() method, i always get the string without quotes "[{title:TitleA,path:pathA,image_url: Some URL A},{title:TitleB,path:pathB,image_url: