Checks if a document exists in the database using its type and ID.
Future<bool> oneWithID<T>(Type type, String documentID, { String? subcollection });