Plugin.Firebase.Storage 2.0.3

dotnet add package Plugin.Firebase.Storage --version 2.0.3
NuGet\Install-Package Plugin.Firebase.Storage -Version 2.0.3
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.Storage" Version="2.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Plugin.Firebase.Storage --version 2.0.3
#r "nuget: Plugin.Firebase.Storage, 2.0.3"
#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.
// Install Plugin.Firebase.Storage as a Cake Addin
#addin nuget:?package=Plugin.Firebase.Storage&version=2.0.3

// Install Plugin.Firebase.Storage as a Cake Tool
#tool nuget:?package=Plugin.Firebase.Storage&version=2.0.3

Storage

Firebase Storage lets you upload and share user generated content, such as images and video, which allows you to build rich media content into your apps. Firebase Storage stores this data in a Google Cloud Storage bucket, an exabyte scale object storage solution with high availability and global redundancy. Firebase Storage lets you securely upload these files directly from mobile devices and web browsers, handling spotty networks with ease.

Installation

Nuget

NuGet

Install-Package Plugin.Firebase.Storage

Setup

Usage

Take a look at the documentation for the Xamarin.Firebase.iOS.Storage 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 2.0.3
    • Add missing GetBytes() method to IStorageReference (issue #279)
  • Version 2.0.2
    • Bumped up Xamarin.Firebase.Storage package to version 120.2.1.3
    • Bumped up Xamarin.Firebase.Storage.Common package to version 117.0.0.12
  • Version 2.0.1
    • Remove unnecessary UseMaui property from csproj files
    • Readd net6.0 tfm
Product 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. 
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.Storage:

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
2.0.3 2,639 3/29/2024
2.0.2 17,479 11/14/2023
2.0.1 34,028 3/31/2023
2.0.0 2,298 3/26/2023