[docs] Add FCM to package description

This commit is contained in:
Chris Bianca 2017-08-04 09:02:29 +01:00
parent db68b4d05c
commit 4dd1b0165f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "react-native-firebase",
"version": "2.1.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, 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 .",