FirebaseSharp 2.0.4

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

// Install FirebaseSharp as a Cake Tool
#tool nuget:?package=FirebaseSharp&version=2.0.4

A portable .NET client library for Firebase.io.  Should look and feel (somewhat) familar to the official Firebase API

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.4 12,868 4/26/2016
2.0.3 1,355 4/26/2016
2.0.2-alpha 1,096 7/30/2015
2.0.1-alpha 964 7/27/2015
1.0.0.5 2,398 7/2/2015
1.0.0.4 1,305 4/21/2015
1.0.0.3 1,751 3/28/2014
1.0.0.2 1,195 3/28/2014
1.0.0.1 1,199 3/26/2014
1.0.0 1,245 3/26/2014

     * 2.0.4 - Updating to latest JSON.Net version      
     * 2.0.3 - 2.0 release
     * 2.0.0-beta - total rewrite using the official Firebase API as a guide
     * 1.0.0.5 - Marking methods obsolete in preparation for the next version
     * 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