![]() |
VOOZH | about |
dotnet add package AdamE.Firebase.iOS.Auth --version 12.10.0
NuGet\Install-Package AdamE.Firebase.iOS.Auth -Version 12.10.0
<PackageReference Include="AdamE.Firebase.iOS.Auth" Version="12.10.0" />
<PackageVersion Include="AdamE.Firebase.iOS.Auth" Version="12.10.0" />Directory.Packages.props
<PackageReference Include="AdamE.Firebase.iOS.Auth" />Project file
paket add AdamE.Firebase.iOS.Auth --version 12.10.0
#r "nuget: AdamE.Firebase.iOS.Auth, 12.10.0"
#:package AdamE.Firebase.iOS.Auth@12.10.0
#addin nuget:?package=AdamE.Firebase.iOS.Auth&version=12.10.0Install as a Cake Addin
#tool nuget:?package=AdamE.Firebase.iOS.Auth&version=12.10.0Install as a Cake Tool
.NET bindings for Firebase Auth on Apple platforms.
Authentication, provider credential, user, action-code, tenant, reCAPTCHA, and token APIs exposed by the Firebase Apple SDK.
These packages are thin bindings over the native Firebase Apple SDK. The native documentation is the source of truth for product behavior, Firebase console setup, quotas, policy requirements, and feature workflows.
AdamE.Firebase.iOS.AuthFirebase.AuthSupported target frameworks include:
net9.0-iosnet10.0-iosnet9.0-maccatalystnet10.0-maccatalystWhen multi-targeting, condition package references so they restore only for Apple targets:
<ItemGroup Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios' Or $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">
<PackageReference Include="AdamE.Firebase.iOS.Auth" Version="x.y.z" />
</ItemGroup>
dotnet add package AdamE.Firebase.iOS.Auth
Use the official Firebase Apple docs for setup and usage. In .NET, call the equivalent APIs from the managed namespace listed above. Keep app-specific Firebase configuration, such as GoogleService-Info.plist, in the application project.
Most Firebase feature packages require AdamE.Firebase.iOS.Core and app startup should call Firebase.Core.App.Configure() before feature APIs are used. This is the .NET binding for native FirebaseApp.configure().
App delegate callback helpers are exposed on Firebase.Auth.Auth.DefaultInstance, including CanHandleUrl(url), CanHandleNotification(userInfo), and SetApnsToken(...). For phone-auth test flows, set Auth.DefaultInstance.Settings.AppVerificationDisabledForTesting before verification calls.
Firebase Apple SDKs are packaged as native xcframeworks. Applications should pin package versions intentionally and keep all AdamE.Firebase.iOS.* packages on the same major/minor Firebase line.
Avoid mixing unrelated Firebase binding package sets or mismatched Firebase native SDK lines in one application. That can cause duplicate symbols, linker failures, runtime loading failures, or undefined native SDK behavior.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0-ios18.0 net9.0-ios18.0 is compatible. net9.0-maccatalyst18.0 net9.0-maccatalyst18.0 is compatible. net10.0-ios net10.0-ios was computed. net10.0-ios26.0 net10.0-ios26.0 is compatible. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-maccatalyst26.0 net10.0-maccatalyst26.0 is compatible. |
Showing the top 2 NuGet packages that depend on AdamE.Firebase.iOS.Auth:
| Package | Downloads |
|---|---|
|
Plugin.Firebase.Auth
The plugin includes cross-platform APIs for Firebase Auth. |
|
|
benxu.AppPlatform.Firebase.Auth
Firebase Authentication implementation for benxu App Platform. Provides Google Sign-In, Email/Password authentication with automatic token refresh. |
Showing the top 1 popular GitHub repositories that depend on AdamE.Firebase.iOS.Auth:
| Repository | Stars |
|---|---|
|
TobiasBuchholz/Plugin.Firebase
Wrapper around the native Android and iOS Firebase Xamarin SDKs
|
| Version | Downloads | Last Updated |
|---|---|---|
| 12.10.0 | 639 | 4/21/2026 |
| 12.9.0 | 126 | 4/21/2026 |
| 12.8.0 | 112 | 4/20/2026 |
| 12.7.0 | 581 | 4/19/2026 |
| 12.6.0 | 140 | 4/18/2026 |
| 12.5.0.4 | 21,800 | 12/24/2025 |
| 12.5.0.3 | 240 | 12/24/2025 |
| 12.5.0.2 | 247 | 12/24/2025 |
| 12.5.0.1 | 1,256 | 12/14/2025 |
| 12.5.0 | 526 | 12/11/2025 |
| 12.4.0 | 706 | 10/30/2025 |
| 12.3.0 | 1,832 | 9/21/2025 |
| 12.2.0 | 327 | 9/20/2025 |
| 12.1.0 | 341 | 9/19/2025 |
| 12.0.0 | 246 | 9/12/2025 |
| 11.15.0 | 279 | 9/12/2025 |
| 11.14.0 | 578 | 9/7/2025 |
| 11.13.0 | 277 | 9/7/2025 |
| 11.12.0 | 249 | 9/6/2025 |
| 11.11.0 | 230 | 9/6/2025 |