Skip to content

Commit

Permalink
fix(messaging): added missing from property in Remote Message type (#…
Browse files Browse the repository at this point in the history
…4030)

[publish]

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
  • Loading branch information
emeraldsanto and Salakar authored Aug 3, 2020
1 parent 33c122e commit ce39abf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/messaging/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit ce39abf

Please sign in to comment.