reach.on(Reach.events.reach.USER_ADDED, user => {
        dispatch(add(user.uid, user));
    });