Skip to content

Commit

Permalink
Merge branch 'master' of github.com:andrehtissot/cordova-plugin-fcm-w…
Browse files Browse the repository at this point in the history
…ith-dependecy-updated
  • Loading branch information
andrehtissot committed Aug 30, 2020
2 parents c6b84b9 + 1a83031 commit e223838
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ Make sure you have ‘google-services.json’ for Android or ‘GoogleService-In
Default preferences:

```
npm install -g cordova@latest # Minimal version 9 or higher required
npm install -g cordova@latest # Version 9 or higher required
npm uninstall @ionic-native/fcm # Ionic support is included and conflicts with @ionic-native's implementation.
cordova plugin add cordova-plugin-fcm-with-dependecy-updated
```

Complete:

```
npm install -g cordova@latest # Minimal version 9 or higher required
npm install -g cordova@latest # Version 9 or higher required
npm uninstall @ionic-native/fcm # Ionic support is included and conflicts with @ionic-native's implementation.
cordova plugin add cordova-plugin-fcm-with-dependecy-updated \
--variable ANDROID_FCM_VERSION="19.0.0" \
Expand All @@ -79,15 +79,15 @@ cordova plugin add cordova-plugin-fcm-with-dependecy-updated \
Default preferences:

```
npm install -g cordova@latest # Minimal version 9 or higher required
npm install -g cordova@latest # Version 9 or higher required
npm uninstall @ionic-native/fcm # Ionic support is included and conflicts with @ionic-native's implementation.
ionic cordova plugin add cordova-plugin-fcm-with-dependecy-updated
```

Complete:

```
npm install -g cordova@latest # Minimal version 9 or higher required
npm install -g cordova@latest # Version 9 or higher required
npm uninstall @ionic-native/fcm # Ionic support is included and conflicts with @ionic-native's implementation.
ionic cordova plugin add cordova-plugin-fcm-with-dependecy-updated \
--variable ANDROID_FCM_VERSION="19.0.0" \
Expand Down

0 comments on commit e223838

Please sign in to comment.