FirebaseRemoteConfig getString returns empty but bytearray of remote config is not empty
问题 At first image, I stopped application where I try to get some data from FirebaseRemoteConfig. The code I evaluated is a simple code to get string from FirebaseRemoteConfig. But it returns empty string. Then in second image I go a bit deep inside of FirebaseRemoteConfig object, and find out that the hashmap of zzogi.zzogw.get("configns:firebase") has what I need. Why remoteConfig.getString() does not return my value even though remoteConfig have the value? FYI this is gradle lines