Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Updated iOS plugin version to 8.0.0#277

Open
Jack37 wants to merge 4 commits into
googlesamples:masterfrom
Jack37:master
Open

Updated iOS plugin version to 8.0.0#277
Jack37 wants to merge 4 commits into
googlesamples:masterfrom
Jack37:master

Conversation

@Jack37
Copy link
Copy Markdown

@Jack37 Jack37 commented May 2, 2025

This pull request updates the GoogleSignIn plugin for iOS to version 8.0.0
Tested with Firebase 12.8.0

Important note
If you need to request Auth Code, add your Web Client ID from your configuration object to the GoogleService-Info.plist file, under SERVER_CLIENT_ID key.

For example:

GoogleSignIn.Configuration = new GoogleSignInConfiguration
{
    WebClientId = "your-webclient_id.apps.googleusercontent.com",
    RequestAuthCode = true
};

GoogleService-Info.plist

<key>SERVER_CLIENT_ID</key>
<string>your-webclient_id.apps.googleusercontent.com</string>
...

@google-cla
Copy link
Copy Markdown

google-cla Bot commented May 2, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@hussnainfiaz125
Copy link
Copy Markdown

Thanks @Jack37 your solution worked for me I have been stuck here for weeks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants