Skip to content

Commit

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

[publish]

Co-authored-by: Mike Diarmid <[email protected]>
  • Loading branch information
emeraldsanto and Salakar authored Aug 3, 2020
1 parent c2197d4 commit c0102a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 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 c0102a0

Please sign in to comment.