hanseaston / pandemic-produce-delivery-project

An open-source e-commerce shop using React, Express, Firebase, and MongoDB. Designed for pandemic-relief and social good. The project is no longer actively maintained, but feel free to fork and use for your own purpose!
MIT License
26 stars 38 forks source link

Adding user's profile picture when signing in #16

Open hanseaston opened 4 years ago

hanseaston commented 4 years ago

When the user signs in from their Google account, it would be better to display their Google account image in the navbar. Currently, the navbar looks like this.

Screen Shot 2020-08-09 at 8 04 04 AM

It would be good to display their google profile picture at the rightmost section of the navbar.

Note that we should only add the profile only if the user is signing in using their Google account.

SorviusN commented 2 years ago

Will start with this one + closing the shopping cart soon!