nicmart-dev / linguistnow

LinguistNow simplifies the hassle of finding available linguists for translation projects.
https://linguistnow.netlify.app
1 stars 1 forks source link

Create user profile based on Google profile #23

Closed nicmart-dev closed 3 months ago

nicmart-dev commented 4 months ago

Integrating Google login with our app in #16 gives us access to the user’s profile, which includes the user’s name, email address, image, accessToken, and so on. We’ll use this information to create our user profile.

https://blog.logrocket.com/guide-adding-google-login-react-app/

nicmart-dev commented 3 months ago

Merged with #9