GoogleSignIn-iOS
GoogleSignIn-iOS copied to clipboard
Enables iOS and macOS apps to sign in with Google.
resolve https://github.com/google/GoogleSignIn-iOS/issues/309 Add optional check for bundle of framework. In this case `UIAlertAction` occurred crash because localizedStringForKey returned `nil`. Swift version already has check this way. https://github.com/google/GoogleSignIn-iOS/blob/b45a83701141abde85a5e059a46b5ff039dca9ec/GoogleSignInSwift/Sources/GoogleSignInButtonStrings.swift#L41
**Describe the bug** I am asking for permission for Youtube scopes. Youtube has multiple sub accounts under one email. If I request scopes for a second time, the API sends:...
I wanted to set a custom prompt https://developers.google.com/identity/openid-connect/openid-connect#prompt in the request so that I can always show the Google account list instead of automatically use the logged-in user. But I...
The [swift-button-functional-test job](https://github.com/google/GoogleSignIn-iOS/blob/main/.github/workflows/integration_tests.yml#L12) appears to no longer pass, likely due to changes in the sign in flow. I was able to get parts of the test case to pass, but...
**Is your feature request related to a problem you're having? Please describe.** The following dependency in the Package.swift has been archived for over a year by the firebase org: ```...
While reviewing the sample code, I noticed the warning 'The app icon set "AppIcon" has an unassigned child'. Concerned that this might undermine the integrity of the example, I made...
# Refactor README.md formatting, correct typos and enhance grammar This pull request addresses various improvements to the README.md file to enhance its overall quality and readability. The changes encompass a...
**Describe the bug** I've been using 'GoogleSignIn' version '4.1.1' for many years and didn't have any trouble.Recently I've updated to '7.0.0' because the older version does not support the Apple...
The umbrella header file,`GoogleSignIn.h`, contains `#if TARGET_OS_IOS || TARGET_OS_MACCATALYST` causes an Xcode build warning for macOS builds. This `#if` here is not needed given the underlying header file, `GIDSignInButton.h` already...
Fixes: https://github.com/google/GoogleSignIn-iOS/issues/135 Also partly fixes: https://github.com/google/GoogleSignIn-iOS/issues/28