Skip to content

Commit

Permalink
Merge pull request #7 from greena13/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.md
  • Loading branch information
Salakar authored Mar 18, 2017
2 parents 605a751 + 6d9613d commit 771cbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Although the [Firebase Web SDK](https://www.npmjs.com/package/firebase) library

RNFirebase provides a JavaScript bridge to the native Firebase SDKs for both iOS and Android. The Firebase processes will run on the native thread, allowing the rest of your app to run on the [JS thread](https://facebook.github.io/react-native/docs/performance.html#javascript-frame-rate). 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, RNFirebase provides much faster performance (~2x) over the web SDK.

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

## Test app

Expand Down

0 comments on commit 771cbf1

Please sign in to comment.