AdamE.Google.iOS.SignIn 9.0.0

dotnet add package AdamE.Google.iOS.SignIn --version 9.0.0
                    
NuGet\Install-Package AdamE.Google.iOS.SignIn -Version 9.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AdamE.Google.iOS.SignIn" Version="9.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AdamE.Google.iOS.SignIn" Version="9.0.0" />
                    
Directory.Packages.props
<PackageReference Include="AdamE.Google.iOS.SignIn" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AdamE.Google.iOS.SignIn --version 9.0.0
                    
#r "nuget: AdamE.Google.iOS.SignIn, 9.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AdamE.Google.iOS.SignIn@9.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AdamE.Google.iOS.SignIn&version=9.0.0
                    
Install as a Cake Addin
#tool nuget:?package=AdamE.Google.iOS.SignIn&version=9.0.0
                    
Install as a Cake Tool

Overview

This package is part of a set of .NET bindings for Google and Firebase native iOS SDKs.

Target frameworks

These packages are intended for iOS and Mac Catalyst TFMs (for example net8.0-ios, net9.0-ios, net10.0-ios).

When multi-targeting, condition the reference so it only restores for iOS:

<ItemGroup Condition="'$(TargetFramework)' == 'net10.0-ios'">
  <PackageReference Include="AdamE.Google.iOS.SignIn" Version="9.0.0.0" />
</ItemGroup>

Notes on native dependency conflicts

Google/Firebase iOS SDKs share native dependencies (xcframeworks). Avoid mixing multiple independent bindings that ship overlapping Google/Firebase native SDK binaries in the same app, as it can lead to duplicate symbols or runtime issues.

Product Compatible and additional computed target framework versions.
.NET net9.0-ios18.0 is compatible.  net9.0-maccatalyst18.0 is compatible.  net10.0-ios was computed.  net10.0-ios26.0 is compatible.  net10.0-maccatalyst was computed.  net10.0-maccatalyst26.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on AdamE.Google.iOS.SignIn:

Package Downloads
Zebble.Google

Google SignIn for Zebble (Xamarin)

Plugin.Firebase.Auth.Google

The plugin includes cross-platform APIs for Firebase Auth.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on AdamE.Google.iOS.SignIn:

Repository Stars
TobiasBuchholz/Plugin.Firebase
Wrapper around the native Android and iOS Firebase Xamarin SDKs
Version Downloads Last Updated
9.0.0 119 2/7/2026
8.0.0.4 219 12/24/2025
8.0.0.3 229 12/14/2025
8.0.0.1 1,495 8/30/2025
8.0.0 4,661 1/16/2025
7.0.0 575 1/1/2025