Update parse-server-push-adapter to the latest version 🚀 (#3983)

* fix(package): update parse-server-push-adapter to version 2.0.0

* Update helper.js

* default push config to android as ios is pickier
This commit is contained in:
greenkeeper[bot]
2017-07-01 23:34:47 -04:00
committed by Florent Vilmart
parent 2f00e4afda
commit d8a257d951
3 changed files with 7 additions and 8 deletions

View File

@@ -95,11 +95,9 @@ var defaultConfiguration = {
silent,
logLevel,
push: {
'ios': {
cert: 'prodCert.pem',
key: 'prodKey.pem',
production: true,
bundleId: 'bundleId',
android: {
senderId: 'yolo',
apiKey: 'yolo',
}
},
auth: { // Override the facebook provider