Skip to content

Commit

Permalink
Bump version number and update readme (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoneman1 committed Jul 6, 2017
1 parent 6eff4ff commit 0b88128
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,25 @@

#### 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
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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0b88128

Please sign in to comment.