Splits Push handling in Router and Controller

- Improves tests and coverage, fix bugs
This commit is contained in:
Florent Vilmart
2016-02-20 10:49:32 -05:00
parent eb0340585f
commit b490688652
6 changed files with 298 additions and 225 deletions

View File

@@ -26,6 +26,14 @@ var defaultConfiguration = {
masterKey: 'test',
collectionPrefix: 'test_',
fileKey: 'test',
push: {
'ios': {
cert: 'prodCert.pem',
key: 'prodKey.pem',
production: true,
bundleId: 'bundleId'
}
},
oauth: { // Override the facebook provider
facebook: mockFacebook(),
myoauth: {