From 4dd1b0165fa2cfa910f37ea098b9cedffe1b72bf Mon Sep 17 00:00:00 2001 From: Chris Bianca Date: Fri, 4 Aug 2017 09:02:29 +0100 Subject: [PATCH] [docs] Add FCM to package description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 177e560e..1c40b52c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-native-firebase", "version": "2.1.0", "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, 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, Messaging (FCM), Remote Config, Storage, Admob, Analytics, Crash Reporting, and Performance.", "main": "index", "scripts": { "build": "./node_modules/.bin/babel --source-maps=true --out-dir=dist .",