react-native-firebase/docs
Elliot Hesp d159d9bb6b [ios][admob] Implement NativeExpress 2017-06-16 17:40:05 +01:00
..
contributing Link image/title to docks 2017-04-27 12:36:42 +01:00
modules [ios][admob] Implement NativeExpress 2017-06-16 17:40:05 +01:00
.nojekyll Move docs to docsify 2017-04-27 12:18:12 +01:00
README.md Update README.md 2017-06-16 14:24:05 +01:00
_sidebar.md [docs][ios] Remove react native link support due to issues and update documentation 2017-06-13 16:18:12 +01:00
faqs.md Add "Usage with Expo" documentation 2017-05-28 12:05:02 +01:00
index.html Add more docs syntax highlighting 2017-05-02 09:56:54 +01:00
initial-setup.md [docs][ios] Remove react native link support due to issues and update documentation 2017-06-13 16:18:12 +01:00
installation-android.md [docs] Correct Android version 2017-05-30 16:32:44 +01:00
installation-ios.md Merge branch 'master' into v2 2017-06-16 13:45:45 +01:00
sw.js Create sw.js 2017-05-02 09:54:10 +01:00
usage.md [docs] Add information about Google Play Services 2017-05-23 10:30:06 +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!


Supported Firebase Features

The Web SDK column indicates what modules from the Firebase Web SDK are usable within React Native.

Firebase Features v1 v2 Web SDK
Analytics            
Cloud Messaging
Authentication
Realtime Database
- Offline Persistance
Storage
Performance Monitoring
Crash Reporting
Remote Config
App Indexing          
Dynamic Links
Invites
AdMob