v3 / firestore changes

This commit is contained in:
Salakar
2017-10-03 18:04:00 +01:00
parent 1fe91cd788
commit 5d6c6507aa
2 changed files with 8 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
[![Twitter Follow](https://img.shields.io/twitter/follow/rnfirebase.svg?style=social&label=Follow)](https://twitter.com/rnfirebase)
**RNFirebase** makes using [Firebase](http://firebase.com) with React Native simple.
**RNFirebase** makes using [Firebase](http://firebase.com) with React Native simple. We even support both databases: Realtime Database and Cloud Firestore!
<!---
[![License](https://img.shields.io/npm/l/react-native-firebase.svg?style=flat-square)](/LICENSE)
@@ -16,7 +16,7 @@
<hr>
> [Current Docs](http://invertase.link/docs) <b>|</b> [@next Docs](http://invertase.link/v3) <b>|</b> [iOS Install Guide](http://invertase.link/ios) <b>|</b> [Android Install Guide](http://invertase.link/android) <b>|</b> [FAQs](http://invertase.io/react-native-firebase/#/faqs) <b>|</b> [Feature Requests](http://invertase.link/requests)
> [Docs](http://invertase.link/v3-docs) <b>|</b> [iOS Install Guide](http://invertase.link/ios) <b>|</b> [Android Install Guide](http://invertase.link/android) <b>|</b> [FAQs](http://invertase.io/react-native-firebase/#/faqs) <b>|</b> [Feature Requests](http://invertase.link/requests)
<hr>

View File

@@ -1,8 +1,8 @@
{
"name": "react-native-firebase",
"version": "3.0.0-alpha.5",
"version": "3.0.0",
"author": "Invertase <contact@invertase.io> (http://invertase.io)",
"description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Auth, Database, Firestore, Messaging (FCM), Remote Config, Storage, Admob, Analytics, Crash Reporting, and Performance.",
"description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Auth, Database, Cloud Firestore, Messaging (FCM), Remote Config, Storage, Admob, Analytics, Crash Reporting, and Performance.",
"main": "index",
"scripts": {
"flow": "flow",
@@ -38,6 +38,9 @@
"admob",
"auth",
"config",
"firestore",
"cloud-firestore",
"datastore",
"remote-config",
"transactions",
"react-native",
@@ -56,7 +59,7 @@
],
"peerDependencies": {
"react": "*",
"react-native": ">= 0.40.0",
"react-native": ">= 0.47.0",
"fbjs": "*"
},
"devDependencies": {