Documentation ¶ Index ¶ type Fcm func NewFcm(credentialsFilePath string) (fcm *Fcm, err error) func (f *Fcm) Send(ctx context.Context, topic, title, body, imageURL string, ...) (messageID string, err error) func (f *Fcm) SendWithoutNotification(ctx context.Context, topic string, message map[string]string) (messageID string, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Fcm ¶ type Fcm struct { // contains filtered or unexported fields } func NewFcm ¶ func NewFcm(credentialsFilePath string) (fcm *Fcm, err error) func (*Fcm) Send ¶ func (f *Fcm) Send(ctx context.Context, topic, title, body, imageURL string, message map[string]string) (messageID string, err error) func (*Fcm) SendWithoutNotification ¶ added in v2.14.0 func (f *Fcm) SendWithoutNotification(ctx context.Context, topic string, message map[string]string) (messageID string, err error) Source Files ¶ View all Source files fcm.go Click to show internal directories. Click to hide internal directories.