fix(push): Android senderID as optional

This commit is contained in:
Daniel Sogl 2018-03-15 22:12:36 +01:00 committed by GitHub
parent f11be24f74
commit 1b237aa996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,7 +134,7 @@ export interface AndroidPushOptions {
/** /**
* Maps to the project number in the Google Developer Console. * Maps to the project number in the Google Developer Console.
*/ */
senderID: string; senderID?: string;
/** /**
* The name of a drawable resource to use as the small-icon. The name should * The name of a drawable resource to use as the small-icon. The name should