To set up Sign in with Google, you will need a Google account for your organization and set up a new project. For the project, you need to set up Credentials and Oauth consent screen. You will also need to add the serverpod_auth_google_flutter
package to your app and do some additional setup depending on each platform.
A comprehensive tutorial covering everything about google sign in is available here.
note
Right now, we have official support for iOS, Android, and Web for Google Sign In.
caution
You need to install the auth module before you continue, see Setup.