mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
-  Viewing old RNFirebase version 
|
||||
|
||||
- Getting started
|
||||
- [Initial setup](/v2/initial-setup)
|
||||
- [Installation - iOS](/v2/installation-ios)
|
||||
|
||||
Reference in New Issue
Block a user