@Override
    public CompletableFuture<Schedule> fetch(String UID){

        //accessing the User Schedule collection
        CollectionReference postsRef = db.collection(SCHEDULECOLLECTION.toString());