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:
committed by
Florent Vilmart
parent
2f00e4afda
commit
d8a257d951
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user