diff --git a/README.md b/README.md index 67888a9..84770c9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ #### THIS PLUGIN IS STILL IN VERY EARLY STAGE. USE AT OWN RISK. -DOES NOT CURRENTLY HAVE REMOVING ABILITY. This plugin adds [react-native-firebase](https://github.com/invertase/react-native-firebase) to your [Ignite](https://github.com/infinitered/ignite) React Native project and @@ -10,14 +9,18 @@ configures it so it works out of the box with Ignite projects. ## Usage First go through [initial setup](http://invertase.io/react-native-firebase/#/initial-setup) and get the GoogleService-Info.plist and google-services.json files ready and in the correct places. After that run: +(if you don't have CocoaPods installed check [installation instructions for CocoaPods](https://guides.cocoapods.org/using/getting-started.html#getting-started)) ``` $ ignite add firebase +$ cd ios && pod install ``` This adds `ignite-firebase`. +If you want to use FCM for push notifications please check [3.1 and 3.2](http://invertase.io/react-native-firebase/#/installation-ios?id=_31-set-up-certificates) + ## Contributing 1. Clone this repo diff --git a/package.json b/package.json index cf4ec66..9c6d6c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ignite-firebase", "description": "An Ignite plugin for react-native-firebase", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "author": { "name": "Aleksi Pousar",