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. 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. diff --git a/docs/v2/_sidebar.md b/docs/v2/_sidebar.md index a490c370..a06db369 100644 --- a/docs/v2/_sidebar.md +++ b/docs/v2/_sidebar.md @@ -1,3 +1,5 @@ +- ![#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) - [Installation - iOS](/v2/installation-ios)