Merge remote-tracking branch 'origin/master'

This commit is contained in:
Salakar
2017-10-05 03:03:58 +01:00
3 changed files with 4 additions and 5 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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)