bump_server/lib/fcm.ex
raphael 745b0dc4f2 adds Firebase communication stump
- Firebase connection via Pigeon library
- sends bump to a single token at the moment
- encrypted test is sent as notification message
2021-12-30 13:06:26 +01:00

5 lines
79 B
Elixir

# lib/fcm.ex
defmodule Bump.FCM do
use Pigeon.Dispatcher, otp_app: :bump
end