Get a single value.
Future<V?> getValue(K key) => getRecord(key).then((snapshot) => snapshot?.value);