VOOZH about

URL: https://www.nuget.org/packages/Plugin.Firebase.Functions/

⇱ NuGet Gallery | Plugin.Firebase.Functions 4.0.0




👁 Image
Plugin.Firebase.Functions 4.0.0

dotnet add package Plugin.Firebase.Functions --version 4.0.0
 
 
NuGet\Install-Package Plugin.Firebase.Functions -Version 4.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="Plugin.Firebase.Functions" Version="4.0.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Plugin.Firebase.Functions" Version="4.0.0" />
 
Directory.Packages.props
<PackageReference Include="Plugin.Firebase.Functions" />
 
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 Plugin.Firebase.Functions --version 4.0.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Plugin.Firebase.Functions, 4.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 Plugin.Firebase.Functions@4.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=Plugin.Firebase.Functions&version=4.0.0
 
Install as a Cake Addin
#tool nuget:?package=Plugin.Firebase.Functions&version=4.0.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Functions

Cloud Functions for Firebase is a serverless framework that lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests. Your JavaScript or TypeScript code is stored in Google's cloud and runs in a managed environment. There's no need to manage and scale your own servers.

Installation

Nuget

👁 NuGet

Install-Package Plugin.Firebase.Functions

Setup

  • Follow the instructions for the basic setup
  • Enable Cloud Functions at your project in the Firebase Console
  • Deploy your own function
  • Call CrossFirebaseFunctions.Initialize(string region) if your functions are deployed outside the default us-central1 region

Usage

Take a look at the documentation for the official Firebase Cloud Function SKDs, 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.1.1
    • Using AdamE.Firebase.iOS.* minimum version 11
  • Version 3.1.0
    • Update to .net8
  • Version 3.0.0
    • Swapped Xamarin.Firebase.iOS.CloudFunctions (native SDK 8.10.0) for AdamE.Firebase.iOS.CloudFunctions (native SDK 10.24.0)
  • Version 2.0.3
    • Added support for non-default regions
  • Version 2.0.2
    • Bumped up Xamarin.Firebase.Functions package to version 120.3.1.3
  • 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 net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-android35.0 net9.0-android35.0 is compatible.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-ios18.0 net9.0-ios18.0 is compatible.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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 (1)

Showing the top 1 NuGet packages that depend on Plugin.Firebase.Functions:

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.

Version Downloads Last Updated
4.0.0 35,373 12/28/2025
3.1.1 111,047 1/16/2025
3.1.0 34,778 11/9/2024
3.0.0 49,637 5/29/2024
2.0.3 35,717 5/2/2024
2.0.2 53,024 11/14/2023
2.0.1 47,822 3/31/2023
2.0.0 6,712 3/26/2023