From 6d9613d8b94a53b5ea04846c0e7b6e3c6f75d5eb Mon Sep 17 00:00:00 2001 From: Aleck Greenham Date: Sat, 18 Mar 2017 11:27:38 +0000 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 179a3a3bbc..a694c1fcc7 100644 --- a/README.md +++ b/README.md @@ -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