Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bugthesystem committed Mar 15, 2017
1 parent f0ffcd5 commit 8611e2b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
@@ -1,4 +1,4 @@
# **Fire#** for Firebase
# **Fire#**

![](https://raw.githubusercontent.com/ziyasal/FireSharp/master/misc/logo.png)

Expand All @@ -10,14 +10,6 @@ update your clients **in realtime from the backend**.
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/bj2sdp2a0w5095sv?svg=true)](https://ci.appveyor.com/project/ziyasal/firesharp) [![Coverage Status](https://coveralls.io/repos/github/ziyasal/FireSharp/badge.svg?branch=master)](https://coveralls.io/github/ziyasal/FireSharp?branch=master) [![Stories in Ready](https://badge.waffle.io/ziyasal/firesharp.svg?label=ready&title=Ready)](http://waffle.io/ziyasal/firesharp)
[![Support via Gratipay](https://cdn.rawgit.com/gratipay/gratipay-badge/2.3.0/dist/gratipay.svg)](https://gratipay.com/ziyasal/)


## Release Notes
**2.0**
- Use Microsoft HTTP Client Libraries instead of RestSharp
- FireSharp is now Portable Library
- Supports Streaming from the REST API (Firebase REST endpoints support the EventSource / Server-Sent Events protocol.)
- It is fully asynchronous and designed to be non-blocking

**IMPORTANT :** [**v1 docs**](https://github.com/ziyasal/FireSharp/wiki/v1-Docs) moved [here](https://github.com/ziyasal/FireSharp/wiki/v1-Docs).

####Installation (NuGet)
Expand Down Expand Up @@ -98,6 +90,13 @@ EventStreamResponse response = await _client.OnAsync("chat", (sender, args) => {
response.Dispose();
```

## Release Notes
**2.0**
- Use Microsoft HTTP Client Libraries instead of RestSharp
- FireSharp is now Portable Library
- Supports Streaming from the REST API (Firebase REST endpoints support the EventSource / Server-Sent Events protocol.)
- It is fully asynchronous and designed to be non-blocking

More information about Firebase and the Firebase API is available at the
[official website](http://www.firebase.com/).

Expand Down

0 comments on commit 8611e2b

Please sign in to comment.