Skip to content

Commit

Permalink
chore:adding-user-assistant-to-user-profile
Browse files Browse the repository at this point in the history
Signed-off-by: VicOsewe <victorineosewe@gmail.com>
  • Loading branch information
victorine.osewe committed Sep 6, 2021
1 parent 864890c commit c56faf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,9 @@ type UserProfile struct {

// this is the version of the app that the user is currently using : PRO
PROAppVersion *string `json:"proAppVersion,omitempty" firestore:"proAppVersion"`

//Assistant indicates the user assistant
Assistant string `json:"assistant,omitempty" firestore:"assistant"`
}

// UserInfo is a collection of standard profile information for a user.
Expand Down

0 comments on commit c56faf9

Please sign in to comment.