react-native-firebase/docs
Elliot Hesp e21d14eb2b Merge pull request #74 from carllippert/patch-4
Update database.md
2017-04-30 09:01:27 +01:00
..
contributing Link image/title to docks 2017-04-27 12:36:42 +01:00
modules Merge pull request #74 from carllippert/patch-4 2017-04-30 09:01:27 +01:00
.nojekyll Move docs to docsify 2017-04-27 12:18:12 +01:00
README.md Update README.md 2017-04-27 12:39:37 +01:00
_sidebar.md Move docs to docsify 2017-04-27 12:18:12 +01:00
faqs.md Move docs to docsify 2017-04-27 12:18:12 +01:00
firebase-setup.md Move docs to docsify 2017-04-27 12:18:12 +01:00
index.html Update index.html 2017-04-28 16:59:34 +01:00
installation-android.md Move docs to docsify 2017-04-27 12:18:12 +01:00
installation-ios.md Move docs to docsify 2017-04-27 12:18:12 +01:00
usage.md Move docs to docsify 2017-04-27 12:18:12 +01:00

README.md


React Native Firebase


RNFirebase is a light-weight layer sitting on-top of the native Firebase libraries for both iOS and Android which mirrors the Firebase Web SDK as closely as possible.

Although the Firebase Web SDK library will work with React Native, it is mainly built for the web.

RNFirebase provides a JavaScript bridge to the native Firebase SDKs for both iOS and Android. Firebase will run on the native thread, allowing the rest of your app to run on the JS thread. The Firebase Web SDK also runs on the JS thread, therefore potentially affecting the frame rate causing jank with animations, touch events etc. All in all, RNFirebase provides much faster performance (~2x) over the web SDK.

The native SDKs also allow us to hook into device sdk's which are not possible with the web SDK, for example crash reporting, offline realtime database support, analyics and more!