Skip to content

Latest commit

 

History

History
 
 

Sample

Google Sign-In Sample App

CocoaPods

  1. In the Sample folder, run the following CocoaPods command to install the required dependencies:
pod install
  1. Open the generated workspace:
open SignInSampleForPod.xcworkspace
  1. Run the 'SampleForPod' target.

Swift Pacakage Manager

  1. In the Sample folder, open the Swift Package Manager project:
open SignInSample.xcodeproj
  1. Run the 'SignInSample' target.