raphael
745b0dc4f2
- Firebase connection via Pigeon library - sends bump to a single token at the moment - encrypted test is sent as notification message
5 lines
79 B
Elixir
5 lines
79 B
Elixir
# lib/fcm.ex
|
|
defmodule Bump.FCM do
|
|
use Pigeon.Dispatcher, otp_app: :bump
|
|
end
|