Where the value was retrieved from.
remote: If the value was retrieved from the server.default: If the value was set as a default value.static: If no value was found and a static default value was returned instead.See the ValueSource statics definition.
const configValue = firebase.remoteConfig().getValue('beta_enabled');
console.log('Value source: ', configValue.getSource());
An Interface representing a RemoteConfig value.