DEV Community

Taylor Bantle
Taylor Bantle

Posted on

Guide to migrating a React app to the new Google sign-in library

Hello! Google announced that as of April 30, 2022 new applications cannot use their old Javascript sign-in library and must use their new Google Identity Services instead (existing apps have until March 23, 2023 to migrate).

I had a hard time finding React resources when migrating our React app to the new library, so I wrote a blog about it in case anyone finds it helpful: https://www.dolthub.com/blog/2022-05-04-google-signin-migration/

Top comments (0)