Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntegerValue ¶
type IntegerValue struct {
IntegerValue string `json:"integerValue"`
}
IntegerValue represents integer (as string) in firestore events
type NotificationCounter ¶
type NotificationCounter struct {
NotificationsCount int `json:"notificationsCount"`
}
NotificationCounter DB entity for notification counter.
type Registration ¶
type Registration struct { Platform string `json:"platform"` PlatformVersion string `json:"platformVersion"` Manufacturer string `json:"manufacturer"` Model string `json:"model"` Locale string `json:"locale"` PushRegistrationToken string `json:"pushRegistrationToken"` CreatedAt int64 `json:"createdAt"` LastNotificationStatus string `json:"lastNotificationStatus"` LastNotificationUpdatedAt int64 `json:"lastNotificationUpdatedAt"` }
Registration DB entity for registration.
type StringValue ¶
type StringValue struct {
StringValue string `json:"stringValue"`
}
StringValue represents strings in firestore events
type VerificationCodeMetadata ¶
type VerificationCodeMetadata struct { VsMetadata map[string]interface{} `json:"vsMetadata"` IssuedAt int64 `json:"issuedAt"` }
VerificationCodeMetadata DB entity for verification code metadata.
Click to show internal directories.
Click to hide internal directories.