From fc0c57257b654015599eac3cf087b104784ec141 Mon Sep 17 00:00:00 2001 From: Chris Bianca Date: Tue, 3 Oct 2017 16:04:36 +0100 Subject: [PATCH] [docs] Add firestore to the keywords --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9aa3bf7b..494db69d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-native-firebase", "version": "3.0.0-alpha.5", "author": "Invertase (http://invertase.io)", - "description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Auth, Database, 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, Firestore, Messaging (FCM), Remote Config, Storage, Admob, Analytics, Crash Reporting, and Performance.", "main": "index", "scripts": { "flow": "flow", @@ -51,7 +51,8 @@ "ios", "crash", "firestack", - "performance" + "performance", + "firestore" ], "peerDependencies": { "react": "*",