Get a single value, returns null if not found.
Future<V?> getValue(SdbClient client) => get(client).then((snapshot) => snapshot?.value);