HTTP2-compliant wrapper for sending iOS and Android push notifications.
Installation
Add pigeon and kadabra as mix.exs
dependencies:
def deps do
[
{:pigeon, "~> 1.2.3"},
{:kadabra, "~> 0.4.3"}
]
end
For details about sending push notifications, see the guides for APNS, FCM, and ADM.
Want to swap Kadabra with another HTTP2 client? See Pigeon.Http2.Client