We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad021a5 commit 2ee0b86Copy full SHA for 2ee0b86
app.go
@@ -62,7 +62,9 @@ type APNConfig struct {
62
63
type FirebaseConfig struct {
64
Enabled bool `json:"enabled"`
65
- NotificationTemplate string `json:"notification_template"`
+ ServerKey string `json:"server_key"`
66
+ NotificationTemplate string `json:"notification_template,omitempty"`
67
+ DataTemplate string `json:"data_template,omitempty"`
68
}
69
70
type PushNotificationFields struct {
0 commit comments