Skip to content

Commit

Permalink
Fix link in the Readme
Browse files Browse the repository at this point in the history
… and remove statements that will not be true starting with Release 2.1 and are not relevant anyways
  • Loading branch information
jeromegamez committed Aug 15, 2016
1 parent 8c94fb7 commit b924ded
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/kreait/firebase-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/kreait/firebase-php/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/kreait/firebase-php/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/kreait/firebase-php/?branch=master)

This SDK makes it easy to interact with `Google Firebase <https://firebase.google.com>`_
This SDK makes it easy to interact with [Google Firebase](https://firebase.google.com>)
applications.

- Simple and fluent interface to work with References, Querys and Data snapshots
- Abstracts away the underlying communication with the Firebase REST API
- Uses official Google libraries where possible
- Supports authentication with a Google service account (V3) or a database secret (V2)
- Removes limitations of the REST API (e.g.
[sorted results](https://firebase.google.com/docs/database/rest/retrieve-data#section-rest-ordered-data))
Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ applications.

- Simple and fluent interface to work with References, Querys and Data snapshots
- Abstracts away the underlying communication with the Firebase REST API
- Uses official Google libraries where possible
- Supports authentication with a Google service account (V3) or a database secret (V2)
- Removes limitations of the REST API (e.g.
`sorted results <https://firebase.google.com/docs/database/rest/retrieve-data#section-rest-ordered-data>`_)
Expand Down

0 comments on commit b924ded

Please sign in to comment.