From 26a6d96016622b647cfca5d569a281974e53ba75 Mon Sep 17 00:00:00 2001 From: Michael Diarmid Date: Wed, 4 Oct 2017 22:47:39 +0100 Subject: [PATCH 1/5] Update perf.md --- docs/modules/perf.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/modules/perf.md b/docs/modules/perf.md index e3463852..1bc29666 100644 --- a/docs/modules/perf.md +++ b/docs/modules/perf.md @@ -1,7 +1,5 @@ # Performance Monitoring -!> Performance monitoring requires react-native-firebase version 1.2.0. - ?> Android: If you plan on using this module in your own application, please ensure the optional setup instructions for [Android](http://invertase.io/react-native-firebase/#/installation-android?id=_4-performance-monitoring-optional) have been followed. From f56d6dbc65eddf19d3620a5abbc1411dece00852 Mon Sep 17 00:00:00 2001 From: Michael Diarmid Date: Wed, 4 Oct 2017 22:49:46 +0100 Subject: [PATCH 2/5] Update firestore.md --- docs/modules/firestore.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/modules/firestore.md b/docs/modules/firestore.md index d49da302..0fca6c13 100644 --- a/docs/modules/firestore.md +++ b/docs/modules/firestore.md @@ -1,10 +1,9 @@ # Firestore (Beta) -RNFirebase mimics the [Firestore Web SDK](https://firebase.google.com/docs/reference/js/firebase.firestore), whilst -providing support for devices in low/no data connection state. +RNFirebase mimics the [Firestore Web SDK](https://firebase.google.com/docs/reference/js/firebase.firestore) by providing a bridge to the native Android and iOS Firestore SDK's. -All Firestore operations are accessed via `firestore()`. For detailed documentation of the supported methods demonstrated below please use the official firestore web sdk guides. +All Firestore operations are accessed via `firebase.firestore()`. For detailed documentation of the supported methods demonstrated below please use the official firestore web sdk guides. ?> Please note that Persistence (offline support) is enabled by default with Firestore on iOS and Android. From 8fb59957df167b1eb3c427f666f1bdcb4f4c6263 Mon Sep 17 00:00:00 2001 From: Michael Diarmid Date: Thu, 5 Oct 2017 02:22:27 +0100 Subject: [PATCH 3/5] Update _sidebar.md --- docs/v2/_sidebar.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/v2/_sidebar.md b/docs/v2/_sidebar.md index a490c370..b9616171 100644 --- a/docs/v2/_sidebar.md +++ b/docs/v2/_sidebar.md @@ -1,3 +1,5 @@ +!> Old Version of RNFirebase + - Getting started - [Initial setup](/v2/initial-setup) - [Installation - iOS](/v2/installation-ios) From 0aaf0ab7b11b93245a504885373f70e5002a4335 Mon Sep 17 00:00:00 2001 From: Michael Diarmid Date: Thu, 5 Oct 2017 02:26:07 +0100 Subject: [PATCH 4/5] Update _sidebar.md --- docs/v2/_sidebar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v2/_sidebar.md b/docs/v2/_sidebar.md index b9616171..64aa184e 100644 --- a/docs/v2/_sidebar.md +++ b/docs/v2/_sidebar.md @@ -1,4 +1,4 @@ -!> Old Version of RNFirebase +- !! Old Version of RNFirebase !! - Getting started - [Initial setup](/v2/initial-setup) From 5d49f369360cb68ce16993db9131d001a623967c Mon Sep 17 00:00:00 2001 From: Michael Diarmid Date: Thu, 5 Oct 2017 02:29:56 +0100 Subject: [PATCH 5/5] Update _sidebar.md --- docs/v2/_sidebar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v2/_sidebar.md b/docs/v2/_sidebar.md index 64aa184e..a06db369 100644 --- a/docs/v2/_sidebar.md +++ b/docs/v2/_sidebar.md @@ -1,4 +1,4 @@ -- !! Old Version of RNFirebase !! +- ![#f03c15](https://placehold.it/15/f03c15/000000?text=+) Viewing old RNFirebase version ![#f03c15](https://placehold.it/15/f03c15/000000?text=+) - Getting started - [Initial setup](/v2/initial-setup)