As a user, I want to be able to login to my account and interact with boards
AC
WHEN I navigate to the page
THEN I should see a login with google button and the navbar with only a brand.
AND when I click the button I should be prompted to login with a google account
AND upon successful authentication, I should see a navbar with a brand and a logout button and an H1 on the page that says Boards
Dev notes
Create a firebase project and enable google authentication
integrate navbar changes based on authentication status
User Story
As a user, I want to be able to login to my account and interact with boards
AC
WHEN I navigate to the page THEN I should see a login with google button and the navbar with only a brand. AND when I click the button I should be prompted to login with a google account AND upon successful authentication, I should see a navbar with a brand and a logout button and an H1 on the page that says Boards
Dev notes