Returns a stream of data for the authenticated user.
@override Stream<DTO?> Function(User user) get stream => (user) => streamBuilder?.call(user, api, this) ?? api.streamByDocIdWithConverter(id: user.uid);