FireSharp 2.0.0
See the version list below for details.
dotnet add package FireSharp --version 2.0.0
NuGet\Install-Package FireSharp -Version 2.0.0
<PackageReference Include="FireSharp" Version="2.0.0" />
paket add FireSharp --version 2.0.0
#r "nuget: FireSharp, 2.0.0"
// Install FireSharp as a Cake Addin #addin nuget:?package=FireSharp&version=2.0.0 // Install FireSharp as a Cake Tool #tool nuget:?package=FireSharp&version=2.0.0
.Net client for Firebase API
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Net.Http (>= 2.2.28)
- Newtonsoft.Json (>= 6.0.4)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on FireSharp:
Package | Downloads |
---|---|
FireSharp.Serialization.JsonNet
Provides JSON serialization support using Newtonsoft.JsonNet. |
|
Stimulsoft.Data.Firebase
Firebase data provider for Stimulsoft products. |
|
FireSharp.Serialization.ServiceStack
Provides JSON serialization support using ServiceStack.Text. |
|
Hangfire.Firebase
This repo will add Google Firebase storage provider for Hangfire (background job system for ASP.NET applications) |
|
RapidFire.Core.Blazor
Rapid Fire For WEB with Blazor |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on FireSharp:
Repository | Stars |
---|---|
bugthesystem/FireSharp
An asynchronous cross-platform .Net library for Firebase
|
Version | Downloads | Last updated |
---|---|---|
2.0.4 | 363,025 | 5/10/2016 |
2.0.3 | 18,064 | 3/24/2015 |
2.0.2 | 1,818 | 3/21/2015 |
2.0.1 | 1,876 | 3/19/2015 |
2.0.1-beta5 | 1,213 | 3/15/2015 |
2.0.1-beta4 | 1,163 | 3/15/2015 |
2.0.1-beta3 | 1,429 | 3/15/2015 |
2.0.1-beta2 | 1,158 | 3/14/2015 |
2.0.1-beta1 | 1,233 | 3/10/2015 |
2.0.0 | 3,217 | 3/5/2015 |
2.0.0-beta3 | 1,167 | 2/27/2015 |
2.0.0-beta2 | 1,285 | 1/29/2015 |
2.0.0-beta1 | 1,213 | 1/25/2015 |
2.0.0-alpha | 1,243 | 1/21/2015 |
1.1.0 | 80,162 | 9/6/2014 |
1.0.1 | 3,093 | 11/15/2013 |
1.0.0 | 1,990 | 11/15/2013 |
## Release Notes
- Use Microsoft HTTP Client Libraries instead of RestSharp
- FireSharp is now Portable Library
- Supports Streaming from the REST API
- It is fully asynchronous and designed to be non-blocking