Plugin.Firebase.RemoteConfig
3.0.0
dotnet add package Plugin.Firebase.RemoteConfig --version 3.0.0
NuGet\Install-Package Plugin.Firebase.RemoteConfig -Version 3.0.0
<PackageReference Include="Plugin.Firebase.RemoteConfig" Version="3.0.0" />
paket add Plugin.Firebase.RemoteConfig --version 3.0.0
#r "nuget: Plugin.Firebase.RemoteConfig, 3.0.0"
// Install Plugin.Firebase.RemoteConfig as a Cake Addin #addin nuget:?package=Plugin.Firebase.RemoteConfig&version=3.0.0 // Install Plugin.Firebase.RemoteConfig as a Cake Tool #tool nuget:?package=Plugin.Firebase.RemoteConfig&version=3.0.0
Remote Config
You can use Firebase Remote Config to define parameters in your app and update their values in the cloud, allowing you to modify the appearance and behavior of your app without distributing an app update.
Installation
Nuget
Install-Package Plugin.Firebase.RemoteConfig
Setup
- Follow the instructions for the basic setup
- Add a Remote Config key-value pair at your project in the Firebase Console
Usage
Take a look at the documentation for the AdamE.Firebase.iOS.RemoteConfig packages, because Plugin.Firebase's code is abstracted but still very similar.
Since code should be documenting itself you can also take a look at the following classes:
Release notes
- Version 3.0.0
- Swapped Xamarin.Firebase.iOS.RemoteConfig (native SDK 8.10.0) for AdamE.Firebase.iOS.RemoteConfig (native SDK 10.24.0)
- Version 2.0.1
- Remove unnecessary UseMaui property from csproj files
- Readd net6.0 tfm
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-android31.0 is compatible. net6.0-ios was computed. net6.0-ios16.1 is compatible. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Plugin.Firebase.Core (>= 3.0.0)
-
net6.0-android31.0
- Plugin.Firebase.Core (>= 3.0.0)
- Xamarin.Firebase.Config (>= 121.1.2)
-
net6.0-ios16.1
- AdamE.Firebase.iOS.RemoteConfig (>= 10.24.0-alpha1)
- Plugin.Firebase.Core (>= 3.0.0)
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Plugin.Firebase.RemoteConfig:
Package | Downloads |
---|---|
Plugin.Firebase
The plugin includes cross-platform APIs for Firebase Analytics, Auth, Cloud Messaging, Crashlytics, Dynamic Links, Firestore, Cloud Functions, Remote Config and Storage. |
GitHub repositories
This package is not used by any popular GitHub repositories.