@Override
    public Future<Boolean> delete(String id) {
        //accessing the location collection
        CollectionReference postsRef = db.collection(LOCATIONCOLLECTION.toString());
        //finding the location with the right id