Sha256: 633fe2a2e34ffa539e02156e0af5ad4e1a267021d3cb978270406a0a2e0c9059
Contents?: true
Size: 1.21 KB
Versions: 12
Compression:
Stored size: 1.21 KB
Contents
 JeraPush is a easy tool to work with push messages and firebase API. It's composed for: * [Device](#devices): model responsible for register and interact with device tokens to send push messages. * [Message](#messages): model responsible for register the message content and status after sending. * [MessageDevice](#message-devise): model responsible for connect the message sent and the target devices. * [Firebase::Client](#firebase-client): class responsible to interact with Firebase. --- # Device > Model responsible for register and interact with device tokens to send push messages. ## Attributes | Attribute| Type | Description | |----------|------------|-------------| | Token | String | Token for target device | | Platform | Enumerize | Type of device platform. Can be `:ios`, `:android` or `:chrome` | --- # Message > Model responsible for register the message content and status after sending. ## Attributes | Attribute| Type | Description | |----------|------------|-------------| | Token | String | Token for target device | | Platform | Enumerize | Type of device platform. Can be `:ios`, `:android` or `:chrome` | ~~~ruby aaa ~~~
Version data entries
12 entries across 12 versions & 1 rubygems