
To securely pass the identity of users who signed in with Google Most apps will need to pass the identity of signed-in users to a backend service Get an existing OAuth client ID Get an OAuth server client ID Information by clicking the button below. If you already created an OAuth client ID, you can find your existing OAuth You can optionallyĭownload the configuration file, which contains your client ID and otherĬonfiguration data, for future reference. You will need to configure Google Sign-In in your app. If you haven't already created an OAuth client ID, click the buttonĪfter you create the OAuth client ID, take note of the client ID string, which


For iOS and macOS apps the OAuth client ID application type Your app needs an OAuth client ID to identify itself to Google's authenticationīackend. If you are using SwiftUI, also add the following extension package productįor the "Sign in with Google" button: Package product You can refer to the Objective-C sample app'sĪdd the Google Sign-In dependencies to your app Would result in build errors when opened.) That this is different from the included. Use this file for all future development on your application. xcworkspace workspace file for your application in

If you are using SwiftUI, also add the pod extension for the "Sign in Open the Podfile created for your application and add the following: If you have not already created a Podfile for your application, create one Open a terminal window and navigate to the location of your app's Xcode If you don't already have CocoaPods installed, follow the steps in the
