Skip to content

Commit

Permalink
Step 16.2: Add Fcm Cordova plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
darkbasic committed Jun 13, 2017
1 parent f7a1e8c commit f402002
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,5 @@
<plugin name="cordova-plugin-camera" spec="^2.4.1" />
<plugin name="cordova-plugin-crop" spec="^0.4.0" />
<plugin name="cordova-plugin-contacts" spec="^2.3.1" />
<plugin name="cordova-plugin-fcm" spec="git+https://github.com/darkbasic/cordova-plugin-fcm.git" />
</widget>
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@ionic-native/contacts": "^3.12.1",
"@ionic-native/core": "3.10.2",
"@ionic-native/crop": "^3.12.1",
"@ionic-native/fcm": "^3.12.1",
"@ionic-native/geolocation": "^3.10.3",
"@ionic-native/image-picker": "^3.11.0",
"@ionic-native/sim": "^3.11.0",
Expand All @@ -49,6 +50,7 @@
"cordova-plugin-contacts": "^2.3.1",
"cordova-plugin-crop": "^0.4.0",
"cordova-plugin-device": "^1.1.4",
"cordova-plugin-fcm": "git+https://github.com/darkbasic/cordova-plugin-fcm.git",
"cordova-plugin-geolocation": "^2.4.3",
"cordova-plugin-sim": "^1.3.3",
"cordova-plugin-sms-receiver": "^0.1.6",
Expand Down Expand Up @@ -99,7 +101,8 @@
"cordova-plugin-sms-receiver": {},
"cordova-plugin-camera": {},
"cordova-plugin-crop": {},
"cordova-plugin-contacts": {}
"cordova-plugin-contacts": {},
"cordova-plugin-fcm": {}
},
"platforms": [
"android"
Expand Down

0 comments on commit f402002

Please sign in to comment.