Google.Firebase.FCM.V1.Notification (firebase_cloud_messaging_http_v1_api v0.2.0)

Basic notification template to use across all platforms.

https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#Notification

Link to this section Summary

Link to this section Types

@type t() :: %Google.Firebase.FCM.V1.Notification{
  body: String.t() | nil,
  image: String.t() | nil,
  title: String.t() | nil
}