Skip to content

Commit e8cde73

Browse files
authored
Update README.md
1 parent cfe9848 commit e8cde73

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ Firestack makes using the latest [Firebase](http://firebase.com) straight-forwar
66

77
Firestack is a _light-weight_ layer sitting atop the native Firebase libraries for iOS and Android (coming soon), deferring to as much of the JavaScript library as possible. For parts of the api that are natively supported by the Firebase JavaScript api, this library acts as a thin proxy to the JS objects, while it provides a native shim to those that are not covered.
88

9+
## Features
10+
11+
* Nearly automatic, rapid setup on Firebase
12+
* Covers lots of awesome features of Firebase, such as authentication and storage handling
13+
* Redux support built-in (but not required)
14+
* Android and iOS support
15+
* Community supported and professionally backed
16+
* Intended on being as drop-dead simple as possible
17+
* And so much more
18+
919
## Why?
1020

1121
Firebase is awesome and it's combination with the Google Cloud Platform makes it super awesome. Sadly, the latest version of Firebase requires the `window` object. That's where Firestack comes in! Firestack provides a really thin layer that sits on top of the native Firebase SDKs and attempts to use the JavaScript library as much as possible rather than reinventing the wheel.

0 commit comments

Comments
 (0)