Authenticate Using Google Sign-In on Apple Platforms
You can let your users authenticate with Firebase using their Google Accounts by integrating Google Sign-In into your app. Add Firebase to your Apple project. Include the following pods in yourPodfile: pod 'Firebase/Auth' pod 'GoogleSignIn' If you haven't yet connected your app to your Firebase project, do so from the Firebase console.