![]() |
VOOZH | about |
dotnet add package Plugin.Firebase.Functions --version 4.0.0
NuGet\Install-Package Plugin.Firebase.Functions -Version 4.0.0
<PackageReference Include="Plugin.Firebase.Functions" Version="4.0.0" />
<PackageVersion Include="Plugin.Firebase.Functions" Version="4.0.0" />Directory.Packages.props
<PackageReference Include="Plugin.Firebase.Functions" />Project file
paket add Plugin.Firebase.Functions --version 4.0.0
#r "nuget: Plugin.Firebase.Functions, 4.0.0"
#:package Plugin.Firebase.Functions@4.0.0
#addin nuget:?package=Plugin.Firebase.Functions&version=4.0.0Install as a Cake Addin
#tool nuget:?package=Plugin.Firebase.Functions&version=4.0.0Install as a Cake Tool
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.
Install-Package Plugin.Firebase.Functions
CrossFirebaseFunctions.Initialize(string region) if your functions are deployed outside the default us-central1 regionTake 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:
| 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. |
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. |
This package is not used by any popular GitHub repositories.