Plugin.Firebase.Storage 3.1.0
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
Install-Package Plugin.Firebase.Storage
Setup
- Follow the instructions for the basic setup
- Enable Storage at your project in the Firebase Console
Usage
Take a look at the documentation for the AdamE.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:
- src/.../IFirebaseStorage.cs
- src/.../IStorageReference.cs
- src/.../IStorageMetaData.cs
- src/.../IStorageTransferTask.cs
- src/.../IStorageReference.cs
- tests/.../StorageFixture.cs
Release notes
- Version 3.0.0
- Swapped Xamarin.Firebase.iOS.Storage (native SDK 8.10.0) for AdamE.Firebase.iOS.Storage (native SDK 10.24.0)
- 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
Showing the top 20 packages that depend on Plugin.Firebase.Storage.
Packages | 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.
|
2 |
Plugin.Firebase
The plugin includes cross-platform APIs for Firebase Analytics, Auth, Cloud Messaging, Crashlytics, Dynamic Links, Firestore, Cloud Functions, Remote Config and Storage.
|
1 |
.NET 8.0
- Plugin.Firebase.Core (>= 3.1.0)
.NET 8.0
- Plugin.Firebase.Core (>= 3.1.0)
- Xamarin.Firebase.Storage (>= 120.2.1.3)
- Xamarin.Firebase.Storage.Common (>= 117.0.0.12)
.NET 8.0
- Plugin.Firebase.Core (>= 3.1.0)
- AdamE.Firebase.iOS.Storage (>= 10.24.0)