FireForNet.Firebase.Installations 1.0.1-preview.11

Prefix Reserved
This is a prerelease version of FireForNet.Firebase.Installations.
dotnet add package FireForNet.Firebase.Installations --version 1.0.1-preview.11
                    
NuGet\Install-Package FireForNet.Firebase.Installations -Version 1.0.1-preview.11
                    
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="FireForNet.Firebase.Installations" Version="1.0.1-preview.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FireForNet.Firebase.Installations" Version="1.0.1-preview.11" />
                    
Directory.Packages.props
<PackageReference Include="FireForNet.Firebase.Installations" />
                    
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 FireForNet.Firebase.Installations --version 1.0.1-preview.11
                    
#r "nuget: FireForNet.Firebase.Installations, 1.0.1-preview.11"
                    
#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 FireForNet.Firebase.Installations@1.0.1-preview.11
                    
#: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=FireForNet.Firebase.Installations&version=1.0.1-preview.11&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=FireForNet.Firebase.Installations&version=1.0.1-preview.11&prerelease
                    
Install as a Cake Tool

FireForNet.Firebase.Installations

Firebase Installations for FireForNet.

This package manages Firebase Installation IDs, Installation auth tokens, deletion, caching, and the Core IInstallationTokenSource used by services such as Remote Config.

builder.Services.AddFirebaseInstallations();

Most apps get this package transitively through Remote Config.

Docs: https://github.com/FireForNet/FireForNet

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
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 FireForNet.Firebase.Installations:

Package Downloads
FireForNet.Firebase.RemoteConfig

Firebase Remote Config implementation for FireForNet SDK

FireForNet.Firebase.Installations.Blazor

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.1-preview.11 71 6/29/2026
1.0.1-preview.10 71 6/25/2026
1.0.1-preview.9 62 6/24/2026
1.0.1-preview.8 71 6/23/2026
1.0.1-preview.7 80 6/9/2026
1.0.1-preview.6 65 6/8/2026
1.0.1-preview.5 69 6/8/2026
1.0.1-preview.4 83 6/8/2026
1.0.1-preview.3 63 6/8/2026
1.0.1-preview.2 68 6/8/2026
1.0.1-preview.1 64 6/8/2026
1.0.0-preview10 67 6/8/2026

v1.0.1-preview.11
- Synchronized package version with the preview.11 release.

v1.0.1-preview.10
- Synchronized package version with the preview.10 release.

v1.0.1-preview.9
- Synchronized package version with the preview.9 release.

v1.0.1-preview.8
- Synchronized package version with the preview.8 release.

v1.0.1-preview.7
- Synchronized package version with the preview.7 release.

v1.0.1-preview.6
- Synchronized package version with the preview.6 release.

v1.0.1-preview.5
- Synchronized package version with the preview.5 release.

v1.0.1-preview.4
- Synchronized package version with the preview.4 release.

v1.0.1-preview.3
- Synchronized package version with the preview.3 release.

v1.0.1-preview.2
- Synchronized package version with the preview.2 release.

v1.0.1-preview.1
- Added platform store integration support (Blazor, Browser, Sqlite, Windows, Maui) via IInstallationStore.
- InMemoryInstallationStore remains the default when no platform store is registered.
- Bumped to preview10.

v1.0.0-preview9
- Synchronized package version with the preview9 release.

v1.0.0-preview8
- Synchronized package version with the preview8 release.

v1.0.0-preview7
- Synchronized package version with the preview7 Firestore local-cache architecture rework release.

v1.0.0-preview6
- Synchronized package version with the preview6 release.

v1.0.0-preview5
- Synchronized package version with the preview5 release.

v1.0.0-preview4
- Synchronized package version with the preview4 release.

v1.0.0-preview3
- Synchronized package version with the preview3 release.

v1.0.0-preview2
- Initial v1.0.0-preview2 package.