Plugin : Message
Author:Rex.Rainbow
Download
Properties
Domain
- The root location of the Firebase data.
Sub domain
- Sub domain for this function.
Content type
- Sent content type, string or JSON object in string.
- Options : ["String","JSON string"]
Actions
Message
Action:Send
- Send message.
- Receiver UserID ( string ) : UserID of receiver.
- Title ( string ) : Title of this private message.
- Content ( string ) : Content of this private message. String or JSON string for object.
Update
Action:Start
- Start receiving.
- Receiver ID ( string ) : ID of receiver.
Action:Stop
User info
Action:Set user
- Set user info.
- Sender ID ( string ) : Sender ID.
- Sender name ( string ) : Sender name.
Expressions
Message
Expression:LastSenderID
- Get sender ID of last message.
Expression:LastSenderName
- Get sender name of last message.
Expression:LastTitle
- Get title of last message.
Expression:LastContent
- Get content of last message.
Expression:LastMessageID
Conditions
Message
Condition:On new message
- Triggered when received new message.