i have the following remote config_default.xml file
If, at defaults xml file, you use triple-backslash as escape sequence, it works:
{\\\"someKey\\\": \\\"someValue\\\"}
Will produce {"someKey": "someValue"} as output of FirebaseRemoteConfig's getString() method.
{"someKey": "someValue"}
getString()