fix(messaging): added missing from property in Remote Message type (#4030)

[publish]

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
This commit is contained in:
Yanick Bélanger
2020-08-03 05:43:18 -04:00
committed by GitHub
parent 33c122e312
commit ce39abf9c0

View File

@@ -84,7 +84,10 @@ export namespace FirebaseMessagingTypes {
* The message type of the message.
*/
messageType?: string;
/**
* The topic name or message identifier.
*/
from?: string;
/**
* The address for the message.
*/