Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.fcm.projects

Firebase Cloud Messaging API: projects. FCM send API that provides a cross-platform messaging solution to reliably deliver messages at no cost. See: https://firebase.google.com/docs/cloud-messagingapi/reference/rest/v1/projects

Firebase Cloud Messaging API: projects.
FCM send API that provides a cross-platform messaging solution to reliably deliver messages at no cost.
See: https://firebase.google.com/docs/cloud-messagingapi/reference/rest/v1/projects
raw docstring

messages-send$clj

(messages-send$ auth parameters body)

https://firebase.google.com/docs/cloud-messagingapi/reference/rest/v1/projects/messages/send

Required parameters: parent

Optional parameters: none

Body:

{:validateOnly boolean, :message {:notification Notification, :name string, :topic string, :token string, :webpush WebpushConfig, :android AndroidConfig, :condition string, :fcmOptions FcmOptions, :apns ApnsConfig, :data {}}}

Send a message to specified target (a registration token, topic or condition).

https://firebase.google.com/docs/cloud-messagingapi/reference/rest/v1/projects/messages/send

Required parameters: parent

Optional parameters: none

Body: 

{:validateOnly boolean,
 :message {:notification Notification,
           :name string,
           :topic string,
           :token string,
           :webpush WebpushConfig,
           :android AndroidConfig,
           :condition string,
           :fcmOptions FcmOptions,
           :apns ApnsConfig,
           :data {}}}

Send a message to specified target (a registration token, topic or condition).
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close