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 d3d9749 commit f8d1e73Copy full SHA for f8d1e73
wrappers/firebase/notification_handler.go
wrappers/firebase/types.go
wrappers/notification_handler/types.go
@@ -91,6 +91,7 @@ type Notification struct {
91
RenderingVariables map[string]interface{} `gorm:"type:jsonb;default:'{}'"`
92
CustomData map[string]interface{} `gorm:"type:jsonb;default:'{}'"`
93
InApp bool `json:"in_app"`
94
+ CollapseKey string `json:"collapse_key"`
95
TriggerFireBase bool `json:"trigger_firebase"`
96
}
97
0 commit comments