Skip to content

Commit ed38c75

Browse files
authored
Update README.md
1 parent 2a16781 commit ed38c75

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,31 @@ Firestack is a _light-weight_ layer sitting on-top of the native Firebase librar
1919
* Remote configuration
2020
* Redux support (not required)
2121

22-
For a detailed discussion of how Firestack works as well as how to contribute, check out our [contribution guide](https://github.com/fullstackreact/react-native-firestack/blob/master/Contributing.md).
23-
2422
## Firestack vs Firebase JS lib
2523

2624
Although the [Firebase](https://www.npmjs.com/package/firebase) JavaScript library will work with React Native, it's designed for the web and/or server. The native SDKs provide much needed features specifically for mobile applications such as offline persistance. Firestack provides a JavaScript interface into the native SDKs to allow your React Native application to utilise these features, and more!
2725

2826
## Example app
2927

3028
We have a working application example available in at [fullstackreact/FirestackApp](https://github.com/fullstackreact/FirestackApp). Check it out for more details about how to use Firestack.
29+
30+
## Documentation
31+
32+
* Installation
33+
* iOS
34+
* Android
35+
* Firebase Setup
36+
* API
37+
* Authentication
38+
* Analytics
39+
* Storage
40+
* Realtime Database
41+
* Presence
42+
* ServerValue
43+
* Cloud Messaging
44+
* Events
45+
* Redux
46+
47+
## Contributing
48+
49+
For a detailed discussion of how Firestack works as well as how to contribute, check out our [contribution guide](https://github.com/fullstackreact/react-native-firestack/blob/master/Contributing.md).

0 commit comments

Comments
 (0)