react-native-firebase/docs
Yekeen Ajeigbe 6d3fa418dc Minor typo causing error in run-android 2017-05-16 06:03:07 +01:00
..
contributing Link image/title to docks 2017-04-27 12:36:42 +01:00
modules Update the getBadgeNumber documentation and add android hint 2017-05-14 22:50:07 +02:00
.nojekyll Move docs to docsify 2017-04-27 12:18:12 +01:00
README.md Update README.md 2017-05-10 14:27:13 +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 Update firebase-setup.md 2017-05-03 15:34:50 +01:00
index.html Add more docs syntax highlighting 2017-05-02 09:56:54 +01:00
installation-android.md Minor typo causing error in run-android 2017-05-16 06:03:07 +01:00
installation-ios.md [ios] Fix typo in docs 2017-05-11 09:54:23 +01:00
sw.js Create sw.js 2017-05-02 09:54:10 +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!