fix(push plugin): senderId is optional in iosPushOptions

closes https://github.com/driftyco/ionic-native/issues/58
This commit is contained in:
Ibrahim Hadeed 2016-03-25 21:03:21 -04:00
parent ed7e783693
commit 48bf837e32

View File

@ -141,7 +141,7 @@ export interface iOSPushOptions {
* Maps to the project number in the Google Developer Console. Setting this * Maps to the project number in the Google Developer Console. Setting this
* uses GCM for notifications instead of native. * uses GCM for notifications instead of native.
*/ */
senderID: string; senderID?: string;
/** /**
* Whether to use prod or sandbox GCM setting. * Whether to use prod or sandbox GCM setting.