FirebaseSharp 1.0.0.4

dotnet add package FirebaseSharp --version 1.0.0.4
                    
NuGet\Install-Package FirebaseSharp -Version 1.0.0.4
                    
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="FirebaseSharp" Version="1.0.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FirebaseSharp" Version="1.0.0.4" />
                    
Directory.Packages.props
<PackageReference Include="FirebaseSharp" />
                    
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 FirebaseSharp --version 1.0.0.4
                    
#r "nuget: FirebaseSharp, 1.0.0.4"
                    
#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.
#addin nuget:?package=FirebaseSharp&version=1.0.0.4
                    
Install FirebaseSharp as a Cake Addin
#tool nuget:?package=FirebaseSharp&version=1.0.0.4
                    
Install FirebaseSharp as a Cake Tool

A portable .NET client library for Firebase.io.  Includes all the REST verbs, streaming GETs, and support for auth tokens.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0.4 165 4/21/2015
1.0.0.3 327 3/28/2014
1.0.0.2 57 3/28/2014
1.0.0.1 55 3/26/2014
1.0.0 56 3/26/2014

* 1.0.0.4 - Event streaming no longer blocks when running in UI or web synch contexts
     * 1.0.0.2 - Events fired
     * 1.0.0.0 - Initial version