Skip to content

fullstackreact/react-native-firestack

Folders and files

NameName
Last commit message
Last commit date
Nov 17, 2016
Nov 15, 2016
Nov 17, 2016
Nov 3, 2016
Nov 17, 2016
Sep 14, 2016
Nov 15, 2016
Nov 9, 2016
Nov 16, 2016
Nov 16, 2016
Nov 15, 2016
Oct 3, 2016
Oct 27, 2016
Aug 5, 2016
Jun 21, 2016
Nov 12, 2016
Aug 17, 2016
Aug 23, 2016
Aug 3, 2016
Nov 16, 2016

Repository files navigation

Firestack

Firestack makes using the latest Firebase with React Native straight-forward.

npm i react-native-firestack --save

Gitter npm version License

Firestack is a light-weight layer sitting on-top of the native Firebase libraries for both iOS and Android which mirrors the React Native JS api as closely as possible. It features:

Featuring; authentication, storage, real-time database, presence, analytics, cloud messaging, remote configuration, redux support and more!

Firestack vs Firebase JS lib

Although the 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!

Example app

We have a working application example available in at fullstackreact/FirestackApp. Check it out for more details about how to use Firestack.

Documentation

Contributing

For a detailed discussion of how Firestack works as well as how to contribute, check out our contribution guide.