If the value was set as a default value.
firebase.remoteConfig.ValueSource.DEFAULT;
If the value was retrieved from the server.
firebase.remoteConfig.ValueSource.REMOTE;
If no value was found and a static default value was returned instead.
firebase.remoteConfig.ValueSource.STATIC;
A pseudo-enum for usage with ConfigValue.source to determine the value source.
Example