Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// CredentialsPath is the path to the Firebase service account JSON file.
// If empty, Application Default Credentials (ADC) are used.
CredentialsPath string
}
Config holds FCM configuration.
type Sender ¶
type Sender struct {
// contains filtered or unexported fields
}
Sender sends push notifications to Android devices via FCM.
Click to show internal directories.
Click to hide internal directories.