deleteUser(user: User) {
    const alert: CustomAlert = {
      title: 'Stop sharing',
      message: `Are you sure you want to stop sharing with ${user.displayName}?`,
      inputs: [],