PaulPatterson48 / INDIVIDUAL-ASSIGNMENT-Team-Roster

0 stars 0 forks source link

SignOut button on the Nav Bar #6

Open PaulPatterson48 opened 12 months ago

PaulPatterson48 commented 12 months ago

User Story

GIVEN: As a user who is logged in, I should be able to see a log out button

Acceptance Criteria

add the log out button to the nav bar

Dependecies

navBar.js auth.js

Dev Notes

import { signOut } from '../utils/auth';

NavBar.propTypes = { user: PropTypes.shape({ displayName: PropTypes.string, photoURL: PropTypes.string, }).isRequired, };