@Override
    public Future<Boolean> addPostToSchedule(String UID, Post post) {
        //accessing the schedule collection
        CollectionReference scheduleRef = db.collection(SCHEDULECOLLECTION.toString());