Pigeon
HTTP2-compliant wrapper for sending iOS and Android push notifications.
Add pigeon and kadabra as mix.exs dependencies:
def deps do
[
{:pigeon, "~> 1.0.0"},
{:kadabra, "~> 0.2.0"}
]
end
Getting Started
For usage and configuration, see the docs:
Looking for GCM? Try v0.13 or earlier.