metric f ton
This commit is contained in:
@@ -63,9 +63,10 @@ func (l TierLimits) ChannelAllowed(channel string) bool {
|
||||
|
||||
type User struct {
|
||||
ID string `json:"id"`
|
||||
FirebaseUID string `json:"-"`
|
||||
FirebaseUID *string `json:"-"`
|
||||
Email string `json:"email"`
|
||||
DisplayName *string `json:"display_name"` //nolint:tagliatelle
|
||||
PasswordHash *string `json:"-"`
|
||||
StripeCustomerID *string `json:"-"`
|
||||
StripeSubscriptionID *string `json:"-"`
|
||||
SubscriptionStatus string `json:"subscription_status"` //nolint:tagliatelle
|
||||
|
||||
Reference in New Issue
Block a user